The rbnode_t struct definition. More...
Data Fields | |
ldns_rbnode_t * | parent |
parent in rbtree, RBTREE_NULL for root More... | |
ldns_rbnode_t * | left |
left node (smaller items) More... | |
ldns_rbnode_t * | right |
right node (larger items) More... | |
const void * | key |
pointer to sorting key More... | |
const void * | data |
pointer to data More... | |
uint8_t | color |
colour of this node More... | |
ldns_rbnode_t* ldns_rbnode_t::parent |
ldns_rbnode_t* ldns_rbnode_t::left |
ldns_rbnode_t* ldns_rbnode_t::right |