One entry in a table of format tokens. More...

#include <TokenTableEntry.h>

Collaboration diagram for Format::TokenTableEntry:

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

TokenTableEntryoperator= (const TokenTableEntry &)
 

Detailed Description

Definition at line 30 of file TokenTableEntry.h.

Constructor & Destructor Documentation

◆ TokenTableEntry() [1/3]

Format::TokenTableEntry::TokenTableEntry ( )
inline

Definition at line 33 of file TokenTableEntry.h.

◆ TokenTableEntry() [2/3]

Format::TokenTableEntry::TokenTableEntry ( const char *  aTag,
const ByteCode_t aType 
)
inline

Definition at line 34 of file TokenTableEntry.h.

◆ ~TokenTableEntry()

Format::TokenTableEntry::~TokenTableEntry ( )
inline

Definition at line 36 of file TokenTableEntry.h.

◆ TokenTableEntry() [3/3]

Format::TokenTableEntry::TokenTableEntry ( const TokenTableEntry t)
inline

Definition at line 37 of file TokenTableEntry.h.

Member Function Documentation

◆ operator=()

TokenTableEntry & Format::TokenTableEntry::operator= ( const TokenTableEntry )
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:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors