#include <IToken.h>
Public Types | |
typedef const IToken | value_type |
typedef value_type & | reference |
typedef value_type * | pointer |
Public Member Functions | |
virtual | ~ConstTokenTableIterator () throw () |
ConstTokenTableIterator (const ITokenTable *initialTable=0, int typeToMatch=-1) | |
reference | operator* () const |
pointer | operator-> () const |
ConstTokenTableIterator & | operator++ () |
const ConstTokenTableIterator | operator++ (int) |
Definition at line 229 of file IToken.h.
typedef const IToken value_type |
typedef value_type& reference |
typedef value_type* pointer |
virtual ~ConstTokenTableIterator | ( | ) | throw () [inline, virtual] |
ConstTokenTableIterator | ( | const ITokenTable * | initialTable = 0 , |
|
int | typeToMatch = -1 | |||
) | [explicit] |
reference operator* | ( | ) | const |
pointer operator-> | ( | ) | const |
ConstTokenTableIterator& operator++ | ( | ) |
const ConstTokenTableIterator operator++ | ( | int | ) |