Class CTokenList#

Inheritance Relationships#

Base Type#

  • public std::list< CToken >

Class Documentation#

class CTokenList : public std::list<CToken>#

Token list with boundary tokens used in navigation.

Public Functions

CTokenList()#

Default constructor.

Public Members

CToken tokenReverseEnd#

One token before first token in token list. Used to detect backwards iteration boundary.

CToken tokenEnd#

One token behind last token in token list. Used to detect forwards iteration boundary.