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

Parent First Iterator. More...

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

Public Member Functions

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

Detailed Description

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

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.


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