|
IrrlichtEngine
|
Parent First Iterator. More...
#include <irrMap.h>
Public Member Functions | |
| bool | atEnd () const |
| Node * | getNode () |
| Node & | operator* () |
| void | operator++ (int) |
| Node * | operator-> () |
| ParentFirstIterator & | operator= (const ParentFirstIterator &src) |
| ParentFirstIterator () | |
| ParentFirstIterator (Node *root) | |
| 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.
| irr::core::map< KeyType, ValueType >::ParentFirstIterator::ParentFirstIterator | ( | ) | [inline] |
| irr::core::map< KeyType, ValueType >::ParentFirstIterator::ParentFirstIterator | ( | Node * | root | ) | [inline, explicit] |
Definition at line 443 of file irrMap.h.
References irr::core::map< KeyType, ValueType >::ParentFirstIterator::reset().
| bool irr::core::map< KeyType, ValueType >::ParentFirstIterator::atEnd | ( | ) | const [inline] |
Definition at line 453 of file irrMap.h.
References _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX.
Referenced by irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator*().
| Node* irr::core::map< KeyType, ValueType >::ParentFirstIterator::getNode | ( | ) | [inline] |
Definition at line 459 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator*(), and irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator->().
| Node& irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator* | ( | ) | [inline] |
Definition at line 481 of file irrMap.h.
References _IRR_DEBUG_BREAK_IF, irr::core::map< KeyType, ValueType >::ParentFirstIterator::atEnd(), and irr::core::map< KeyType, ValueType >::ParentFirstIterator::getNode().
| void irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator++ | ( | int | ) | [inline] |
| Node* irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator-> | ( | ) | [inline] |
Definition at line 476 of file irrMap.h.
References irr::core::map< KeyType, ValueType >::ParentFirstIterator::getNode().
| ParentFirstIterator& irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator= | ( | const ParentFirstIterator & | src | ) | [inline] |
| void irr::core::map< KeyType, ValueType >::ParentFirstIterator::reset | ( | ) | [inline] |
Definition at line 448 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::ParentFirstIterator::ParentFirstIterator().