Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
nirt::core::map< KeyType, ValueType >::ParentLastIterator Class Reference

Parent Last Iterator. More...

#include <nirtcpp/core/engine/irrMap.hpp>

Public Member Functions

 ParentLastIterator (Node *root)
 
void reset ()
 
bool atEnd () const
 
NodegetNode ()
 
void operator++ (int)
 
Nodeoperator-> ()
 
Nodeoperator* ()
 

Detailed Description

template<class KeyType, class ValueType>
class nirt::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:

Nirtcpp    @cppfx.xyz

Utxcpp    utx::print