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