Skylicht Engine
Loading...
Searching...
No Matches
irr::core::map< KeyType, ValueType >::ParentLastIterator Class Reference

Parent Last Iterator. More...

#include <C:/Projects/skylicht-engine/Projects/Irrlicht/Include/irrMap.h>

Public Member Functions

 ParentLastIterator (Node *root)
void reset ()
bool atEnd () const
Node * getNode ()
ParentLastIterator & operator= (const ParentLastIterator &src)
void operator++ (int)
Node * operator-> ()
Node & operator* ()

Detailed Description

template<class KeyType, class ValueType>
class irr::core::map< KeyType, ValueType >::ParentLastIterator

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.


The documentation for this class was generated from the following file: