|
RTEMS CPU Kit with SuperCore
|
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. More... | |
This is used to manage each element (node) which is placed on a RBT.
| RBTree_Color RBTree_Node_struct::color |
1.8.13