All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcBinaryTreeIterator Struct Reference

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

#include <core/util/collection/kzc_binary_tree.h>

Public Attributes

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

Detailed Description

Read-only iterator for binary tree.

Member Data Documentation

const struct KzcBinaryTree* KzcBinaryTreeIterator::tree_private

Binary tree associated with this iterator.

const struct KzcBinaryTreeNode* KzcBinaryTreeIterator::node_private

Current node being iterated.

const struct KzcBinaryTreeNode* KzcBinaryTreeIterator::next_private

Next node to iterate.


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