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

Normal Iterator. More...

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

Public Member Functions

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

Friends

class ConstIterator

Detailed Description

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

Normal Iterator.


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