|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
This is used to manage each element (node) which is placed on a RBT. More...
#include <rbtree.h>

Data Fields | |
| RBTree_Node * | parent |
| This points to the node's parent. | |
| RBTree_Node * | child [2] |
| child[0] points to the left child, child[1] points to the right child | |
| RBTree_Color | color |
| The color of the node. | |
This is used to manage each element (node) which is placed on a RBT.
1.7.5