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

Structure of a BinaryTreeNode. More...

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

Public Attributes

struct KzcBinaryTreeNodeparent
 Parent node of the node. More...
 
struct KzcBinaryTreeNodeleft
 Left child node of the node. More...
 
struct KzcBinaryTreeNoderight
 Right child node of the node. More...
 
void * element
 Data of the node. More...
 

Detailed Description

Structure of a BinaryTreeNode.

Member Data Documentation

struct KzcBinaryTreeNode* KzcBinaryTreeNode::parent

Parent node of the node.

struct KzcBinaryTreeNode* KzcBinaryTreeNode::left

Left child node of the node.

struct KzcBinaryTreeNode* KzcBinaryTreeNode::right

Right child node of the node.

void* KzcBinaryTreeNode::element

Data of the node.


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