Rabbit Tree
Radix bit tries for implementing associative arrays and sets in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures
Here are the data structures with brief descriptions:
oC_RBT_NODE_TRAVERSE_WITH_KEY_STACK_TLinked list for implementing RBT_NODE_TRAVERSE_WITH_KEY's dynamic stack
oCRBT_KEY_DATA_TRabbit Tree key data type with associated node
oCRBT_NODE_ROOT_T
oCRBT_NODE_STACK_TLinked list of nodes
\CRBT_NODE_TRabbit Tree node type