Parent First Iterator. More...
#include <irrMap.h>
Public Member Functions | |
ParentFirstIterator () | |
ParentFirstIterator (Node *root) | |
bool | atEnd () const |
Node * | getNode () |
Node & | operator* () |
void | operator++ (int) |
Node * | operator-> () |
ParentFirstIterator & | operator= (const ParentFirstIterator &src) |
void | reset () |
Parent First Iterator.
Traverses the tree from top to bottom. Typical usage is when storing the tree structure, because when reading it later (and inserting elements) the tree structure will be the same.
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 457 of file irrMap.h.
References _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX.
|
inline |
|
inline |
Definition at line 485 of file irrMap.h.
References _IRR_DEBUG_BREAK_IF.
|
inline |
|
inline |
|
inline |
|
inline |