Rabbit Tree
Radix bit tries for implementing associative arrays and sets in C.
_RBT_NODE_TRAVERSE_WITH_KEY_STACK_T Struct Reference

Linked list for implementing RBT_NODE_TRAVERSE_WITH_KEY's dynamic stack. More...

#include <node.h>

Collaboration diagram for _RBT_NODE_TRAVERSE_WITH_KEY_STACK_T:

Data Fields

RBT_KEY_SIZE_T bytes_in_key_prefix
 The number of bytes in the key prefix for this node.
 
RBT_KEY_SIZE_T height
 The height of the node above the root node (or the depth, depending on how you look at it).
 
struct _RBT_NODE_TRAVERSE_WITH_KEY_STACK_Tnext
 The next item in the stack.
 
RBT_NODE_Tnode
 The node on the stack.
 

Detailed Description

Linked list for implementing RBT_NODE_TRAVERSE_WITH_KEY's dynamic stack.

Warning
This is an internal structure.

The documentation for this struct was generated from the following file:
Contact
echo xyne.archlinux.org | sed 's/\./@/'