doc
|
Structure that represents a red-black tree. More...
#include <src/std/c_rbtree.h>
Data Fields | |
c_rbtree_compare_func * | data_compare |
c_rbtree_compare_func * | key_compare |
c_rbnode_t * | root |
size_t | size |
Structure that represents a red-black tree.
Definition at line 111 of file c_rbtree.h.
Definition at line 112 of file c_rbtree.h.