Detailed Description
Node structure defining a single node in the tree.
Public Attributes
| int64_t | key
Numeric key associated with the data value.
|
| fiftyoneDegreesTreeRoot * | root
The current root node of the tree.
|
| fiftyoneDegreesTreeNode * | parent
Parent node or NULL if root.
|
| fiftyoneDegreesTreeNode * | left
Left node or NULL if none.
|
| fiftyoneDegreesTreeNode * | right
Right node or NULL if none.
|
| unsigned char | colour
The colour of the node in the red black tree.
|
The documentation for this struct was generated from the following file:
