|
PatchworkOS
2ca1c69
A non-POSIX operating system.
|
Red-Black Tree Node. More...
#include <rbtree.h>
Data Fields | |
| rbnode_t * | parent |
| rbnode_t * | children [RBNODE_AMOUNT] |
| rbnode_color_t | color |
Red-Black Tree Node.
Should be embedded in the structure to be stored in the tree, such that the parent structure can be retrieved via CONTAINER_OF().
| rbnode_t* rbnode_t::children[RBNODE_AMOUNT] |
| rbnode_color_t rbnode_t::color |