definition for tree struct More...
Data Fields | |
ldns_rbnode_t * | root |
The root of the red-black tree. More... | |
size_t | count |
The number of the nodes in the tree. More... | |
int(* | cmp )(const void *, const void *) |
Key compare function. More... | |
ldns_rbnode_t* ldns_rbtree_t::root |
size_t ldns_rbtree_t::count |