Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuObjectNodeTreeIterator Struct Reference

Read-only iterator for object node tree. More...

#include <kzu_object.h>

Data Fields

struct KzuObjectNoderootObjectNode_private
 Root node where the iteration started from. More...
 
struct KzuObjectNodecurrentObjectNode_private
 Current node in the iteration. More...
 
struct KzuObjectNodenextObjectNode_private
 Next node in the iteration. More...
 

Detailed Description

Read-only iterator for object node tree.

Field Documentation

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.


The documentation for this struct was generated from the following file: