RTEMS CPU Kit with SuperCore
4.11.3
|
This is used to manage a RBT. More...
#include <rbtree.h>
Data Fields | |
RBTree_Node * | permanent_null |
This points to a NULL. More... | |
RBTree_Node * | root |
This points to the root node of the RBT. More... | |
RBTree_Node * | first [2] |
This points to the min and max nodes of this RBT. More... | |
This is used to manage a RBT.
A rbtree consists of a tree of zero or more nodes.
RBTree_Node* RBTree_Control::first[2] |
This points to the min and max nodes of this RBT.
Referenced by _RBTree_Extract(), _RBTree_First(), _RBTree_Get(), and _RBTree_Initialize_empty().
RBTree_Node* RBTree_Control::permanent_null |
RBTree_Node* RBTree_Control::root |
This points to the root node of the RBT.
Referenced by _RBTree_Initialize_empty(), _RBTree_Is_empty(), and _RBTree_Root().