DynGenPar
Dynamic Generalized Parser
Classes | Namespaces | Macros | Enumerations | Functions
bytetokensource.h File Reference

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)
 

Macro Definition Documentation

◆ DYNGENPAR_INTEGER_CATEGORIES

#define DYNGENPAR_INTEGER_CATEGORIES

Definition at line 25 of file bytetokensource.h.

Enumeration Type Documentation

◆ ByteTokens

enum ByteTokens
Enumerator
ByteTokenEpsilon 
ByteTokenNul 

we have to remap this because 0 is epsilon

ByteTokenError 

Definition at line 35 of file bytetokensource.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( ByteTokens  ,
Q_PRIMITIVE_TYPE   
)