#include <IToken.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef const IToken | value_type |
typedef value_type & | reference |
typedef value_type * | pointer |
typedef std::ptrdiff_t | difference_type |
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 225 of file IToken.h.
typedef std::ptrdiff_t difference_type |
typedef std::forward_iterator_tag iterator_category |
typedef value_type* pointer |
typedef value_type& reference |
typedef const IToken value_type |
virtual ~ConstTokenTableIterator | ( | ) | throw () [inline, virtual] |
ConstTokenTableIterator | ( | const ITokenTable * | initialTable = 0 , |
|
int | typeToMatch = -1 | |||
) | [inline] |
reference operator* | ( | ) | const [inline] |
const ConstTokenTableIterator operator++ | ( | int | ) |
ConstTokenTableIterator& operator++ | ( | ) |
pointer operator-> | ( | ) | const [inline] |