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

Read-only iterator for binary tree. More...

#include <kzc_binary_tree.h>

Data Fields

struct KzcBinaryTreetree_private
 Binary tree associated with this iterator. More...
 
struct KzcBinaryTreeNodenode_private
 Current node being iterated. More...
 
struct KzcBinaryTreeNodenext_private
 Next node to iterate. More...
 

Detailed Description

Read-only iterator for binary tree.

Field Documentation

struct KzcBinaryTree* KzcBinaryTreeIterator::tree_private

Binary tree associated with this iterator.

struct KzcBinaryTreeNode* KzcBinaryTreeIterator::node_private

Current node being iterated.

struct KzcBinaryTreeNode* KzcBinaryTreeIterator::next_private

Next node to iterate.


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