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

Const Iterator. More...

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

Public Member Functions

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

Friends

class Iterator

Detailed Description

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

Const Iterator.


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