EtcPal  0.4.1
ETC Platform Abstraction Layer (EtcPal)
View other versions:
EtcPalRbNode Struct Reference

Overview

A red-black tree node.

Data Fields

int red
 The node color: red (1), black (0)
 
EtcPalRbNodelink [2]
 Child node links: left [0], right [1].
 
void * value
 The value object represented by this node.
 

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