\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesTreeNode Struct Reference

Detailed Description

Node structure defining a single node in the tree.

Collaboration diagram for fiftyoneDegreesTreeNode:

[legend]

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
On This Page