#include <irrMap.h>
Const Iterator.
irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator | ( | ) | [inline] |
irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator | ( | const Node * | root | ) | [inline] |
Definition at line 295 of file irrMap.h.
References irr::core::map< KeyType, ValueType >::ConstIterator::reset().
irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator | ( | const ConstIterator & | src | ) | [inline] |
irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator | ( | const Iterator & | src | ) | [inline] |
bool irr::core::map< KeyType, ValueType >::ConstIterator::atEnd | ( | ) | const [inline] |
Definition at line 312 of file irrMap.h.
References _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX.
Referenced by irr::core::map< KeyType, ValueType >::ConstIterator::operator*().
const Node* irr::core::map< KeyType, ValueType >::ConstIterator::getNode | ( | ) | const [inline] |
Definition at line 318 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::ConstIterator::operator->().
const Node& irr::core::map< KeyType, ValueType >::ConstIterator::operator* | ( | ) | [inline] |
Definition at line 345 of file irrMap.h.
References _IRR_DEBUG_BREAK_IF, and irr::core::map< KeyType, ValueType >::ConstIterator::atEnd().
void irr::core::map< KeyType, ValueType >::ConstIterator::operator++ | ( | int | ) | [inline] |
void irr::core::map< KeyType, ValueType >::ConstIterator::operator-- | ( | int | ) | [inline] |
const Node* irr::core::map< KeyType, ValueType >::ConstIterator::operator-> | ( | ) | [inline] |
Definition at line 340 of file irrMap.h.
References irr::core::map< KeyType, ValueType >::ConstIterator::getNode().
ConstIterator& irr::core::map< KeyType, ValueType >::ConstIterator::operator= | ( | const ConstIterator & | src | ) | [inline] |
void irr::core::map< KeyType, ValueType >::ConstIterator::reset | ( | bool | atLowest = true | ) | [inline] |
Definition at line 304 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator().
friend class Iterator [friend] |