Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
#include <nirtcpp/core/engine/irrMap.hpp>
Public Member Functions | |
ParentLastIterator (Node *root) | |
void | reset () |
bool | atEnd () const |
Node * | getNode () |
void | operator++ (int) |
Node * | operator-> () |
Node & | operator* () |
Parent Last Iterator.
Traverse the tree from bottom to top. Typical usage is when deleting all elements in the tree because you must delete the children before you delete their parent.