src
|
#include <output.h>
Public Member Functions | |
OutputBlock () | |
~OutputBlock () | |
Public Attributes | |
std::vector< OutputFragment * > | fragments |
bool | used_yyaccept |
bool | force_start_label |
std::string | user_start_label |
uint32_t | line |
re2c::OutputBlock::OutputBlock | ( | ) |
Definition at line 37 of file output.cc.
std::vector<OutputFragment *> re2c::OutputBlock::fragments |