Detailed Description
Node structure defining a single node in the tree.
Collaboration diagram for fiftyoneDegreesTreeNode:
Data Fields
| 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:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/tree.h
 
