#include <irrMap.h>
Public Member Functions | |
| ConstIterator () | |
| ConstIterator (const ConstIterator &src) | |
| ConstIterator (const Iterator &src) | |
| ConstIterator (const Node *root) | |
| 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 |
Definition at line 292 of file irrMap.h.
Referenced by ConstIterator(), and operator=().
|
inline |
|
inline |
Definition at line 301 of file irrMap.h.
References ConstIterator().
|
inline |
|
inline |
Definition at line 312 of file irrMap.h.
References _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX.
Referenced by operator*().
|
inline |
Definition at line 318 of file irrMap.h.
Referenced by operator->().
|
inline |
Definition at line 345 of file irrMap.h.
References _IRR_DEBUG_BREAK_IF, and atEnd().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 323 of file irrMap.h.
References ConstIterator().
|
inline |
Definition at line 304 of file irrMap.h.
Referenced by ConstIterator().
|
friend |
Definition at line 289 of file irrMap.h.
References Iterator.
Referenced by ConstIterator(), and Iterator.