src
|
#include <output.h>
Public Member Functions | |
Output (const char *source_name, const char *header_name) | |
~Output () | |
Public Attributes | |
OutputFile | source |
HeaderFile | header |
std::vector< std::string > | types |
std::set< std::string > | skeletons |
size_t | max_fill |
re2c::Output::Output | ( | const char * | source_name, |
const char * | header_name | ||
) |
re2c::Output::~Output | ( | ) |
Definition at line 379 of file output.cc.
HeaderFile re2c::Output::header |
OutputFile re2c::Output::source |