Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_rbtree_Tree_t Struct Reference

#include <le_redBlackTree.h>

Data Fields

le_rbtree_Node_troot
 Root tree node. More...
 
size_t size
 Number of elements in the tree. More...
 
le_rbtree_CompareFunc_t compFn
 Key comparison function. More...
 

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.

Field Documentation

◆ root

le_rbtree_Node_t* le_rbtree_Tree_t::root

Root tree node.

◆ size

size_t le_rbtree_Tree_t::size

Number of elements in the tree.

◆ compFn

le_rbtree_CompareFunc_t le_rbtree_Tree_t::compFn

Key comparison function.


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