MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
rbtree_node_t Struct Reference

Stores information of a node. More...

Public Attributes

int red
 Color red (1), black (0)
 
rbtree_node_tlink [2]
 Link left [0] and right [1].
 
void * value
 User provided, used indirectly via rbtree_tree_node_cmp_f.
 

Detailed Description

Stores information of a node.


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