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