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

Linked list of nodes. More...

#include <node.h>

Collaboration diagram for RBT_NODE_STACK_T:

Data Fields

struct RBT_NODE_STACK_Tnext
 
RBT_NODE_Tnode
 

Detailed Description

Linked list of nodes.

A unidirectional linked list used for implementing dynamic stacks of nodes for e.g. tracking parent nodes when traversing a tree.

Field Documentation

◆ next

struct RBT_NODE_STACK_T* RBT_NODE_STACK_T::next

The next item.

◆ node

RBT_NODE_T* RBT_NODE_STACK_T::node

The node.


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