| 
    EtcPal
    0.3.0
    
   ETC Platform Abstraction Layer (EtcPal) 
   | 
  
  
     
      View other versions:
      
     
   | 
  
 
A red-black tree node.
Data Fields | |
| int | red | 
| The node color: red (1), black (0)  | |
| EtcPalRbNode * | link [2] | 
| Child node links: left [0], right [1].  | |
| void * | value | 
| The value object represented by this node.  | |