DynGenPar
Dynamic Generalized Parser
|
Go to the source code of this file.
Classes | |
class | DynGenPar::ByteTokenSource |
class | DynGenPar::TextByteLexerStateData |
You should not have to use this class directly, ever. More... | |
class | DynGenPar::TextByteTokenSource |
Namespaces | |
DynGenPar | |
Macros | |
#define | DYNGENPAR_INTEGER_CATEGORIES |
Enumerations | |
enum | ByteTokens { ByteTokenEpsilon = 0, ByteTokenNul = 256, ByteTokenError = 257 } |
Functions | |
Q_DECLARE_TYPEINFO (ByteTokens, Q_PRIMITIVE_TYPE) | |
#define DYNGENPAR_INTEGER_CATEGORIES |
Definition at line 25 of file bytetokensource.h.
enum ByteTokens |
Enumerator | |
---|---|
ByteTokenEpsilon | |
ByteTokenNul | we have to remap this because 0 is epsilon |
ByteTokenError |
Definition at line 35 of file bytetokensource.h.
Q_DECLARE_TYPEINFO | ( | ByteTokens | , |
Q_PRIMITIVE_TYPE | |||
) |