![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
#include <duckcpp/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.