doc
|
#include <src/std/c_rbtree.h>
Data Fields | |
xrbcolor_t | color |
void * | data |
c_rbnode_t * | left |
c_rbnode_t * | parent |
c_rbnode_t * | right |
c_rbtree_t * | tree |
Structure that represents a node of a red-black tree.
Definition at line 119 of file c_rbtree.h.