|
arsa
2.7
|
#include <irrMap.h>
Public Member Functions | |
| Iterator () | |
| Iterator (Node *root) | |
| Iterator (const Iterator &src) | |
| void | reset (bool atLowest=true) |
| bool | atEnd () const |
| Node * | getNode () const |
| Iterator & | operator= (const Iterator &src) |
| void | operator++ (int) |
| void | operator-- (int) |
| Node * | operator-> () |
| Node & | operator * () |
Friends | |
| class | ConstIterator |
Normal Iterator.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 186 of file irrMap.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
1.8.15