|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Red-Black binary search tree with virtual destructor in its nodes and with subtree counters for select/position operations. More...
#include <tpl_rbRk.H>
Public Types | |
| using | Base = Gen_Rb_Tree_Rk< RbNodeRkVtl, Key, Compare > |
Public Types inherited from Aleph::Gen_Rb_Tree_Rk< NodeType, Key, Compare > | |
| typedef NodeType< Key > | Node |
| typedef Key | key_type |
Red-Black binary search tree with virtual destructor in its nodes and with subtree counters for select/position operations.
| Key | key type stored in the tree nodes. |
| Compare | comparison functor between keys. |
Definition at line 1559 of file tpl_rbRk.H.
| using Aleph::Rb_Tree_Rk_Vtl< Key, Compare >::Base = Gen_Rb_Tree_Rk<RbNodeRkVtl, Key, Compare> |
Definition at line 1561 of file tpl_rbRk.H.