Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <irrMap.h>
Public Member Functions | |
bool | atEnd () const |
Node * | getNode () |
Iterator (const Iterator &src) | |
Iterator (Node *root) | |
Iterator () | |
Node & | operator* () |
void | operator++ (int) |
void | operator-- (int) |
Node * | operator-> () |
Iterator & | operator= (const Iterator &src) |
void | reset (bool atLowest=true) |
Normal Iterator.
Definition at line 131 of file irrMap.h.
irr::core::map< KeyType, ValueType >::Iterator::Iterator | ( | ) | [inline] |
irr::core::map< KeyType, ValueType >::Iterator::Iterator | ( | Node * | root | ) | [inline] |
Definition at line 138 of file irrMap.h.
References irr::core::map< KeyType, ValueType >::Iterator::reset().
irr::core::map< KeyType, ValueType >::Iterator::Iterator | ( | const Iterator & | src | ) | [inline] |
bool irr::core::map< KeyType, ValueType >::Iterator::atEnd | ( | ) | const [inline] |
Definition at line 154 of file irrMap.h.
References _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX.
Referenced by irr::core::map< KeyType, ValueType >::Iterator::operator*().
Node* irr::core::map< KeyType, ValueType >::Iterator::getNode | ( | ) | [inline] |
Definition at line 160 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::Iterator::operator->().
Node& irr::core::map< KeyType, ValueType >::Iterator::operator* | ( | ) | [inline] |
Definition at line 188 of file irrMap.h.
References _IRR_DEBUG_BREAK_IF, and irr::core::map< KeyType, ValueType >::Iterator::atEnd().
void irr::core::map< KeyType, ValueType >::Iterator::operator++ | ( | int | ) | [inline] |
void irr::core::map< KeyType, ValueType >::Iterator::operator-- | ( | int | ) | [inline] |
Node* irr::core::map< KeyType, ValueType >::Iterator::operator-> | ( | ) | [inline] |
Definition at line 183 of file irrMap.h.
References irr::core::map< KeyType, ValueType >::Iterator::getNode().
Iterator& irr::core::map< KeyType, ValueType >::Iterator::operator= | ( | const Iterator & | src | ) | [inline] |
void irr::core::map< KeyType, ValueType >::Iterator::reset | ( | bool | atLowest = true |
) | [inline] |
Definition at line 146 of file irrMap.h.
Referenced by irr::core::map< KeyType, ValueType >::Iterator::Iterator().
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Oct 24 12:42:03 2010 by Doxygen
(1.6.2) |