TokenTableEntry.h
Go to the documentation of this file.
34 TokenTableEntry(const char *aTag, const ByteCode_t &aType) : configTag(aTag), tokenType(aType), options(0) {}
37 TokenTableEntry(const TokenTableEntry& t) : configTag(t.configTag), tokenType(t.tokenType), options(t.options) {}
uint32_t options
32-bit mask? of options affecting the output display of this token
Definition: TokenTableEntry.h:47
TokenTableEntry & operator=(const TokenTableEntry &)
TokenTableEntry(const char *aTag, const ByteCode_t &aType)
Definition: TokenTableEntry.h:34
ByteCode_t tokenType
the internal byte code representatio of this token
Definition: TokenTableEntry.h:44
TokenTableEntry(const TokenTableEntry &t)
Definition: TokenTableEntry.h:37
Definition: SchemeConfig.h:28