rbnode_type Struct Reference

The rbnode_type struct definition. More...

#include <rbtree.h>

Data Fields

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

Detailed Description

The rbnode_type struct definition.


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