doc
Data Fields

c_rbnode_s Struct Reference

Structure that represents a node of a red-black tree. More...

#include <src/std/c_rbtree.h>

Data Fields

xrbcolor_t color
void * data
c_rbnode_tleft
c_rbnode_tparent
c_rbnode_tright
c_rbtree_ttree

Detailed Description

Structure that represents a node of a red-black tree.

Definition at line 121 of file c_rbtree.h.


Field Documentation

Definition at line 122 of file c_rbtree.h.


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