|
unbound 0.1
|
The rbnode_type struct definition. More...
#include <rbtree.h>
Data Fields | |
| rbnode_type * | parent |
| parent in rbtree, RBTREE_NULL for root | |
| rbnode_type * | left |
| left node (smaller items) | |
| rbnode_type * | right |
| right node (larger items) | |
| const void * | key |
| pointer to sorting key | |
| uint8_t | color |
| colour of this node | |
The rbnode_type struct definition.