|
src
|
#include <range_suffix.h>

Public Member Functions | |
| RangeSuffix (uint32_t lo, uint32_t hi) | |
| FORBID_COPY (RangeSuffix) | |
Public Attributes | |
| uint32_t | l |
| uint32_t | h |
| RangeSuffix * | next |
| RangeSuffix * | child |
Static Public Attributes | |
| static free_list< RangeSuffix * > | freeList |
Definition at line 14 of file range_suffix.h.
|
inline |
Definition at line 23 of file range_suffix.h.
| re2c::RangeSuffix::FORBID_COPY | ( | RangeSuffix | ) |
| RangeSuffix* re2c::RangeSuffix::child |
Definition at line 21 of file range_suffix.h.
|
static |
Definition at line 16 of file range_suffix.h.
| uint32_t re2c::RangeSuffix::h |
Definition at line 19 of file range_suffix.h.
| uint32_t re2c::RangeSuffix::l |
Definition at line 18 of file range_suffix.h.
| RangeSuffix* re2c::RangeSuffix::next |
Definition at line 20 of file range_suffix.h.
1.8.10