My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
rbtree_node Struct Reference

#include <rbtree.h>

Data Fields

uintptr_t parent_color
 
rbtree_node_tchild [2]
 

Detailed Description

Definition at line 15 of file rbtree.h.

Field Documentation

rbtree_node_t* child[2]

Definition at line 18 of file rbtree.h.

uintptr_t parent_color

Definition at line 17 of file rbtree.h.


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