|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Extended Red-Black node with subtree counter. More...
#include <rbNodeRk.H>
Public Types | |
| typedef Key | key_type |
| typedef Key | Key_Type |
Public Member Functions | |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| RbNodeRk *& | getL () noexcept |
| RbNodeRk *& | getR () noexcept |
| const RbNodeRk * | getL () const noexcept |
| const RbNodeRk * | getR () const noexcept |
| RbNodeRk (const Key &k) | |
| RbNodeRk (Key &&k) noexcept | |
| RbNodeRk (const RbNodeRk_Data &control_data, const Key &k) | |
| RbNodeRk (const RbNodeRk &node) | |
| RbNodeRk (RbNodeRk &&node) | |
| RbNodeRk (const RbNodeRk_Data &control_data) noexcept | |
| RbNodeRk () | |
| void | reset () noexcept |
| RbNodeRk (SentinelCtor) | |
Public Member Functions inherited from Aleph::RbNodeRk_Data | |
| RbNodeRk_Data () noexcept | |
| RbNodeRk_Data (SentinelCtor) noexcept | |
| Color & | getColor () noexcept |
| size_t & | getCount () noexcept |
| void | reset () noexcept |
Static Public Member Functions | |
| static RbNodeRk * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 128 |
| static RbNodeRk *const | NullPtr = & RbNodeRk <Key>::sentinel_node |
| static RbNodeRk | sentinel_node |
Private Attributes | |
| Key | key = Key() |
| RbNodeRk * | lLink |
| RbNodeRk * | rLink |
Extended Red-Black node with subtree counter.
Definition at line 84 of file rbNodeRk.H.
| typedef Key Aleph::RbNodeRk< Key >::key_type |
Definition at line 84 of file rbNodeRk.H.
| typedef Key Aleph::RbNodeRk< Key >::Key_Type |
Definition at line 84 of file rbNodeRk.H.
|
inline |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inline |
Definition at line 84 of file rbNodeRk.H.
|
inline |
Definition at line 84 of file rbNodeRk.H.
|
inline |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inline |
Definition at line 84 of file rbNodeRk.H.
|
inline |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinestaticnoexcept |
Definition at line 84 of file rbNodeRk.H.
|
inlinenoexcept |
Definition at line 84 of file rbNodeRk.H.
Referenced by Aleph::HtdRbTreeRk< Key, Compare >::remove().
|
private |
Definition at line 84 of file rbNodeRk.H.
|
private |
Definition at line 84 of file rbNodeRk.H.
|
static |
Definition at line 84 of file rbNodeRk.H.
|
static |
Definition at line 84 of file rbNodeRk.H.
Referenced by Aleph::HtdRbTreeRk< Key, Compare >::findSuccAndSwap(), Aleph::HtdRbTreeRk< Key, Compare >::flipColors(), Aleph::HtdRbTreeRk< Key, Compare >::init(), Aleph::HtdRbTreeRk< Key, Compare >::insert(), Aleph::HtdRbTreeRk< Key, Compare >::insert_dup(), Aleph::HtdRbTreeRk< Key, Compare >::is_empty(), Aleph::HtdRbTreeRk< Key, Compare >::remove(), Aleph::HtdRbTreeRk< Key, Compare >::removeAndFixBlackCondition(), Aleph::HtdRbTreeRk< Key, Compare >::reset(), Aleph::HtdRbTreeRk< Key, Compare >::rotate_to_left_rk(), Aleph::HtdRbTreeRk< Key, Compare >::rotate_to_right_rk(), Aleph::HtdRbTreeRk< Key, Compare >::search(), Aleph::HtdRbTreeRk< Key, Compare >::search_or_insert(), Aleph::HtdRbTreeRk< Key, Compare >::searchAndBuildPath(), Aleph::HtdRbTreeRk< Key, Compare >::searchFlipColorsAndInsert(), Aleph::HtdRbTreeRk< Key, Compare >::searchFlipColorsAndInsertDup(), Aleph::HtdRbTreeRk< Key, Compare >::split_pos(), Aleph::HtdRbTreeRk< Key, Compare >::updateCountRec(), Aleph::HtdRbTreeRk< Key, Compare >::verify(), and Aleph::HtdRbTreeRk< Key, Compare >::verifyCountsRec().
|
private |
Definition at line 84 of file rbNodeRk.H.
|
static |
Definition at line 84 of file rbNodeRk.H.