|
Aprepro
5.0x
|
Type access provider for token (enum) based symbols. More...
#include <aprepro_parser.h>
Public Types | |
| typedef token_type | kind_type |
| The symbol type as needed by the constructor. More... | |
Public Member Functions | |
| by_type () | |
| Default constructor. More... | |
| by_type (const by_type &other) | |
| Copy constructor. More... | |
| by_type (kind_type t) | |
| Constructor from (external) token numbers. More... | |
| void | clear () |
| Record that this symbol is empty. More... | |
| void | move (by_type &that) |
| Steal the symbol type from that. More... | |
| symbol_number_type | type_get () const |
| token_type | token () const |
| The token. More... | |
Public Attributes | |
| int | type |
Type access provider for token (enum) based symbols.
The symbol type as needed by the constructor.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor from (external) token numbers.
|
inline |
Record that this symbol is empty.
|
inline |
Steal the symbol type from that.
| token_type SEAMS::Parser::by_type::token | ( | ) | const |
The token.
|
inline |
The (internal) type number (corresponding to type). empty when empty.
| int SEAMS::Parser::by_type::type |
The symbol type. empty_symbol when empty. An int, not token_number_type, to be able to store empty_symbol.