#include <irrMap.h>
Public Member Functions | |
ConstIterator () | |
ConstIterator (const Node *root) | |
ConstIterator (const ConstIterator &src) | |
ConstIterator (const Iterator &src) | |
bool | atEnd () const |
const Node * | getNode () const |
const Node & | operator* () |
void | operator++ (int) |
void | operator-- (int) |
const Node * | operator-> () |
ConstIterator & | operator= (const ConstIterator &src) |
void | reset (bool atLowest=true) |
Friends | |
class | Iterator |
Const Iterator.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 312 of file irrMap.h.
References _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX.
|
inline |
|
inline |
Definition at line 345 of file irrMap.h.
References _IRR_DEBUG_BREAK_IF.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |