One entry in a table of format tokens. More...
#include <TokenTableEntry.h>
Public Member Functions | |
TokenTableEntry () | |
TokenTableEntry (const char *aTag, const ByteCode_t &aType) | |
~TokenTableEntry () | |
TokenTableEntry (const TokenTableEntry &t) | |
Public Attributes | |
const char * | configTag |
ByteCode_t | tokenType |
the internal byte code representatio of this token More... | |
uint32_t | options |
32-bit mask? of options affecting the output display of this token More... | |
Private Member Functions | |
TokenTableEntry & | operator= (const TokenTableEntry &) |
Detailed Description
Definition at line 30 of file TokenTableEntry.h.
Constructor & Destructor Documentation
◆ TokenTableEntry() [1/3]
|
inline |
Definition at line 33 of file TokenTableEntry.h.
◆ TokenTableEntry() [2/3]
|
inline |
Definition at line 34 of file TokenTableEntry.h.
◆ ~TokenTableEntry()
|
inline |
Definition at line 36 of file TokenTableEntry.h.
◆ TokenTableEntry() [3/3]
|
inline |
Definition at line 37 of file TokenTableEntry.h.
Member Function Documentation
◆ operator=()
|
private |
Member Data Documentation
◆ configTag
const char* Format::TokenTableEntry::configTag |
the config file ASCII representation for this token just the base tag bytes, excluding any option syntax bytes
Definition at line 41 of file TokenTableEntry.h.
Referenced by Format::Token::scanForToken().
◆ options
uint32_t Format::TokenTableEntry::options |
Definition at line 47 of file TokenTableEntry.h.
◆ tokenType
ByteCode_t Format::TokenTableEntry::tokenType |
Definition at line 44 of file TokenTableEntry.h.
The documentation for this class was generated from the following file:
- src/format/TokenTableEntry.h