|
IrrlichtEngine
|
#include <irrMap.h>
Public Member Functions | |
| bool | atEnd () const |
| ConstIterator () | |
| ConstIterator (const Node *root) | |
| ConstIterator (const ConstIterator &src) | |
| ConstIterator (const Iterator &src) | |
| const Node * | getNode () const |
| const Node & | operator* () |
| void | operator++ (int) |
| void | operator-- (int) |
| const Node * | operator-> () |
| ConstIterator & | operator= (const ConstIterator &src) |
| void | reset (bool atLowest=true) |
Const Iterator.
| irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator | ( | ) | [inline] |
| irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator | ( | const Node * | root | ) | [inline] |
Definition at line 291 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 308 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 314 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 341 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 336 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 300 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::ConstIterator::ConstIterator().