Public Member Functions | Friends

irr::core::map< KeyType, ValueType >::Iterator Class Reference

Normal Iterator. More...

#include <irrMap.h>

List of all members.

Public Member Functions

Friends


Detailed Description

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

Normal Iterator.

Definition at line 139 of file irrMap.h.


Constructor & Destructor Documentation

template<class KeyType, class ValueType>
irr::core::map< KeyType, ValueType >::Iterator::Iterator (  )  [inline]

Definition at line 144 of file irrMap.h.

template<class KeyType, class ValueType>
irr::core::map< KeyType, ValueType >::Iterator::Iterator ( Node root  )  [inline]

Definition at line 147 of file irrMap.h.

References irr::core::map< KeyType, ValueType >::Iterator::reset().

template<class KeyType, class ValueType>
irr::core::map< KeyType, ValueType >::Iterator::Iterator ( const Iterator src  )  [inline]

Definition at line 153 of file irrMap.h.


Member Function Documentation

template<class KeyType, class ValueType>
bool irr::core::map< KeyType, ValueType >::Iterator::atEnd (  )  const [inline]

Definition at line 163 of file irrMap.h.

Referenced by irr::core::map< KeyType, ValueType >::Iterator::operator*().

template<class KeyType, class ValueType>
Node* irr::core::map< KeyType, ValueType >::Iterator::getNode (  )  const [inline]
template<class KeyType, class ValueType>
Node& irr::core::map< KeyType, ValueType >::Iterator::operator* (  )  [inline]
template<class KeyType, class ValueType>
void irr::core::map< KeyType, ValueType >::Iterator::operator++ ( int   )  [inline]

Definition at line 181 of file irrMap.h.

template<class KeyType, class ValueType>
void irr::core::map< KeyType, ValueType >::Iterator::operator-- ( int   )  [inline]

Definition at line 186 of file irrMap.h.

template<class KeyType, class ValueType>
Node* irr::core::map< KeyType, ValueType >::Iterator::operator-> (  )  [inline]
template<class KeyType, class ValueType>
Iterator& irr::core::map< KeyType, ValueType >::Iterator::operator= ( const Iterator src  )  [inline]

Definition at line 174 of file irrMap.h.

template<class KeyType, class ValueType>
void irr::core::map< KeyType, ValueType >::Iterator::reset ( bool  atLowest = true  )  [inline]

Definition at line 155 of file irrMap.h.

Referenced by irr::core::map< KeyType, ValueType >::Iterator::Iterator().


Friends And Related Function Documentation

template<class KeyType, class ValueType>
friend class ConstIterator [friend]

Definition at line 141 of file irrMap.h.


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