Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_rbNode.H File Reference

Red-Black node type alias. More...

#include <tpl_binNode.H>
Include dependency graph for tpl_rbNode.H:

Go to the source code of this file.

Classes

class  RbNode_Data
 Data portion of a Red-Black tree node. More...
 
class  RbNode< Key >
 Declare RbNode type with 128-byte pool allocation. More...
 
class  RbNodeVtl< Key >
 

Macros

#define Color   unsigned char
 
#define RED   (0)
 
#define BLACK   (1)
 

Detailed Description

Red-Black node type alias.

Author
Leandro Rabindranath León

Definition in file tpl_rbNode.H.

Macro Definition Documentation

◆ BLACK

#define BLACK   (1)

Definition at line 54 of file tpl_rbNode.H.

◆ Color

#define Color   unsigned char

Definition at line 46 of file tpl_rbNode.H.

◆ RED

#define RED   (0)

Definition at line 53 of file tpl_rbNode.H.