Read-only iterator for binary tree. More...
#include <kanzi/core/legacy/util/collection/kzc_binary_tree.hpp>
Public Attributes | |
const struct KzcBinaryTree * | tree_private |
Binary tree associated with this iterator. More... | |
const struct KzcBinaryTreeNode * | node_private |
Current node being iterated. More... | |
const struct KzcBinaryTreeNode * | next_private |
Next node to iterate. More... | |
Read-only iterator for binary tree.
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.