unbound  0.1
Data Fields
rbnode_t Struct Reference

The rbnode_t struct definition. More...

#include <rbtree.h>

Data Fields

rbnode_tparent
 parent in rbtree, RBTREE_NULL for root
rbnode_tleft
 left node (smaller items)
rbnode_tright
 right node (larger items)
const void * key
 pointer to sorting key
uint8_t color
 colour of this node

Detailed Description

The rbnode_t struct definition.


The documentation for this struct was generated from the following file: