Lely core libraries
2.2.5
|
A red-black tree. More...
#include <rbtree.h>
Data Fields | |
rbtree_cmp_t * | cmp |
A pointer to the function used to compare two keys. | |
struct rbnode * | root |
A pointer to the root node of the tree. | |
size_t | num_nodes |
The number of nodes stored in the tree. | |