|
Kanzi Graphics Engine
|
Read-only iterator for object node tree. More...
#include <kzu_object.h>
Data Fields | |
| struct KzuObjectNode * | rootObjectNode_private |
| Root node where the iteration started from. More... | |
| struct KzuObjectNode * | currentObjectNode_private |
| Current node in the iteration. More... | |
| struct KzuObjectNode * | nextObjectNode_private |
| Next node in the iteration. More... | |
Read-only iterator for object node tree.
| struct KzuObjectNode* KzuObjectNodeTreeIterator::rootObjectNode_private |
Root node where the iteration started from.
| struct KzuObjectNode* KzuObjectNodeTreeIterator::currentObjectNode_private |
Current node in the iteration.
| struct KzuObjectNode* KzuObjectNodeTreeIterator::nextObjectNode_private |
Next node in the iteration.