le_rbtree_Tree_t Struct Reference
#include <le_redBlackTree.h>
Data Fields | |
le_rbtree_Node_t * | root |
Root tree node. | |
size_t | size |
Number of elements in the tree. | |
le_rbtree_CompareFunc_t | compFn |
Key comparison function. | |
Detailed Description
This is the RBTree object. User must initialize it by calling le_rbtree_InitTree.
- Warning
- User MUST NOT access the contents of this structure directly.
The documentation for this struct was generated from the following file: