Lely core libraries 2.3.4
rbtree Struct Reference

A red-black tree. More...

#include <rbtree.h>

Collaboration diagram for rbtree:

Data Fields

rbtree_cmp_tcmp
 A pointer to the function used to compare two keys.
 
struct rbnoderoot
 A pointer to the root node of the tree.
 
size_t num_nodes
 The number of nodes stored in the tree.
 

Detailed Description

A red-black tree.

Definition at line 91 of file rbtree.h.


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