|
Aprepro
5.0x
|
Type access provider for state based symbols. More...
Public Types | |
| enum | { empty_state = -1 } |
| The state number used to denote an empty symbol. More... | |
| typedef state_type | kind_type |
| The symbol type as needed by the constructor. More... | |
Public Member Functions | |
| by_state () | |
| Default constructor. More... | |
| by_state (kind_type s) | |
| Constructor. More... | |
| by_state (const by_state &other) | |
| Copy constructor. More... | |
| void | clear () |
| Record that this symbol is empty. More... | |
| void | move (by_state &that) |
| Steal the symbol type from that. More... | |
| symbol_number_type | type_get () const |
Public Attributes | |
| state_type | state |
Type access provider for state based symbols.
The symbol type as needed by the constructor.
|
inline |
Default constructor.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inline |
Record that this symbol is empty.
|
inline |
Steal the symbol type from that.
|
inline |
The (internal) type number (corresponding to state). empty_symbol when empty.
| state_type SEAMS::Parser::by_state::state |
The state. empty when empty.