#include <Utf8TokenTypeMap.hpp>
Public Attributes | |
| int | typeID |
| Numeric token type ID. | |
| std::string | validChars |
| UTF-8 encoded sequence of valid characters. | |
| unsigned int | maxChars |
| Maximum number of characters (use 0 for unlimited). | |
Static Public Attributes | |
| static const int | USERTYPE_ID = 100 |
| First free token type ID for user types. | |
| static const int | INVALID_ID = -1 |
| Type ID for invalid tokens. | |
| static const int | EMPTY_ID = 0 |
| Type ID for empty tokens. | |
|
|
Type ID for empty tokens.
|
|
|
Type ID for invalid tokens.
|
|
|
Maximum number of characters (use 0 for unlimited).
|
|
|
Numeric token type ID.
|
|
|
First free token type ID for user types.
|
|
|
UTF-8 encoded sequence of valid characters.
|
1.4.6