|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#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 |
| RbNodeRkVtl *& | getL () noexcept |
| RbNodeRkVtl *& | getR () noexcept |
| const RbNodeRkVtl * | getL () const noexcept |
| const RbNodeRkVtl * | getR () const noexcept |
| RbNodeRkVtl (const Key &k) | |
| RbNodeRkVtl (Key &&k) noexcept | |
| RbNodeRkVtl (const RbNodeRk_Data &control_data, const Key &k) | |
| RbNodeRkVtl (const RbNodeRkVtl &node) | |
| RbNodeRkVtl (RbNodeRkVtl &&node) | |
| RbNodeRkVtl (const RbNodeRk_Data &control_data) noexcept | |
| RbNodeRkVtl () | |
| void | reset () noexcept |
| virtual | ~RbNodeRkVtl () |
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 RbNodeRkVtl * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 128 |
| static RbNodeRkVtl *const | NullPtr = & RbNodeRkVtl<Key>::sentinel_node |
Private Member Functions | |
| RbNodeRkVtl (SentinelCtor) | |
Private Attributes | |
| Key | key = Key() |
| RbNodeRkVtl * | lLink |
| RbNodeRkVtl * | rLink |
Static Private Attributes | |
| static RbNodeRkVtl | sentinel_node |
Definition at line 84 of file rbNodeRk.H.
| typedef Key Aleph::RbNodeRkVtl< Key >::key_type |
Definition at line 84 of file rbNodeRk.H.
| typedef Key Aleph::RbNodeRkVtl< 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.
|
inlinevirtual |
Definition at line 84 of file rbNodeRk.H.
|
inlineprivate |
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.
|
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.
|
private |
Definition at line 84 of file rbNodeRk.H.
|
staticprivate |
Definition at line 84 of file rbNodeRk.H.