|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Red-Black node type alias. More...
#include <tpl_binNode.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) |
Red-Black node type alias.
Definition in file tpl_rbNode.H.
| #define BLACK (1) |
Definition at line 54 of file tpl_rbNode.H.
| #define Color unsigned char |
Definition at line 46 of file tpl_rbNode.H.
| #define RED (0) |
Definition at line 53 of file tpl_rbNode.H.