IrrlichtEngine
Public Member Functions
irr::core::map< KeyType, ValueType >::ConstIterator Class Reference

Const Iterator. More...

#include <irrMap.h>

List of all members.

Public Member Functions

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

Detailed Description

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

Const Iterator.

Definition at line 284 of file irrMap.h.


Constructor & Destructor Documentation

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

Definition at line 288 of file irrMap.h.

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

Definition at line 297 of file irrMap.h.

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

Definition at line 298 of file irrMap.h.


Member Function Documentation

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

Definition at line 326 of file irrMap.h.

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

Definition at line 331 of file irrMap.h.

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

Definition at line 319 of file irrMap.h.

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

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