src
|
#include <go.h>
Public Member Functions | |
GoBitmap (const Span *span, uint32_t nSpans, const Span *hspan, uint32_t hSpans, const BitMap *bm, const State *bm_state, const State *next) | |
~GoBitmap () | |
void | emit (OutputFile &o, uint32_t ind, bool &readCh) |
void | used_labels (std::set< label_t > &used) |
FORBID_COPY (GoBitmap) | |
Public Attributes | |
const BitMap * | bitmap |
const State * | bitmap_state |
SwitchIf * | hgo |
SwitchIf * | lgo |
re2c::GoBitmap::GoBitmap | ( | const Span * | span, |
uint32_t | nSpans, | ||
const Span * | hspan, | ||
uint32_t | hSpans, | ||
const BitMap * | bm, | ||
const State * | bm_state, | ||
const State * | next | ||
) |
Definition at line 139 of file go_construct.cc.
re2c::GoBitmap::~GoBitmap | ( | ) |
Definition at line 56 of file go_destruct.cc.
void re2c::GoBitmap::emit | ( | OutputFile & | o, |
uint32_t | ind, | ||
bool & | readCh | ||
) |
Definition at line 161 of file go_emit.cc.
re2c::GoBitmap::FORBID_COPY | ( | GoBitmap | ) |
void re2c::GoBitmap::used_labels | ( | std::set< label_t > & | used | ) |
Definition at line 62 of file go_used_labels.cc.