#include <IToken.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
virtual | ~TokenTableIteratorBase () throw () |
TokenTableIteratorBase (const ITokenTable *initialTable, int typeToMatch) | |
bool | operator== (const TokenTableIteratorBase other) const |
bool | operator!= (const TokenTableIteratorBase other) const |
const IToken * | dereference () const |
IToken * | dereference () |
void | incrementIterator () |
void | reset () |
bool | eof () |
Protected Attributes | |
int | matchType |
const ITokenTable * | table |
int | current |
Definition at line 181 of file IToken.h.
typedef std::forward_iterator_tag iterator_category |
typedef std::ptrdiff_t difference_type |
virtual ~TokenTableIteratorBase | ( | ) | throw () [inline, virtual] |
TokenTableIteratorBase | ( | const ITokenTable * | initialTable, | |
int | typeToMatch | |||
) | [explicit] |
bool operator== | ( | const TokenTableIteratorBase | other | ) | const [inline] |
bool operator!= | ( | const TokenTableIteratorBase | other | ) | const [inline] |
const IToken* dereference | ( | ) | const |
IToken* dereference | ( | ) |
void incrementIterator | ( | ) |
void reset | ( | ) |
bool eof | ( | ) |
const ITokenTable* table [protected] |
int current [protected] |
Definition at line 202 of file IToken.h.
Referenced by TokenTableIteratorBase::operator!=(), and TokenTableIteratorBase::operator==().