Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
#include <nirtcpp/core/engine/irrMap.hpp>
Public Member Functions | |
Iterator (Node *root) | |
void | reset (bool atLowest=true) |
bool | atEnd () const |
Node * | getNode () const |
void | operator++ (int) |
void | operator-- (int) |
Node * | operator-> () |
Node & | operator* () |
Friends | |
class | ConstIterator |
Normal Iterator.