|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <avlNodeRk.H>
Public Types | |
| typedef Key | key_type |
| typedef Key | Key_Type |
Public Member Functions | |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| AvlNodeRkVtl *& | getL () noexcept |
| AvlNodeRkVtl *& | getR () noexcept |
| const AvlNodeRkVtl * | getL () const noexcept |
| const AvlNodeRkVtl * | getR () const noexcept |
| AvlNodeRkVtl (const Key &k) | |
| AvlNodeRkVtl (Key &&k) noexcept | |
| AvlNodeRkVtl (const AvlNodeRk_Data &control_data, const Key &k) | |
| AvlNodeRkVtl (const AvlNodeRkVtl &node) | |
| AvlNodeRkVtl (AvlNodeRkVtl &&node) | |
| AvlNodeRkVtl (const AvlNodeRk_Data &control_data) noexcept | |
| AvlNodeRkVtl () | |
| void | reset () noexcept |
| virtual | ~AvlNodeRkVtl () |
Public Member Functions inherited from Aleph::AvlNodeRk_Data | |
| AvlNodeRk_Data () noexcept | |
| AvlNodeRk_Data (SentinelCtor) noexcept | |
| signed char & | getDiff () noexcept |
| size_t & | getCount () noexcept |
| void | reset () noexcept |
Static Public Member Functions | |
| static AvlNodeRkVtl * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 40 |
| static AvlNodeRkVtl *const | NullPtr = & AvlNodeRkVtl<Key>::sentinel_node |
Private Member Functions | |
| AvlNodeRkVtl (SentinelCtor) | |
Private Attributes | |
| Key | key = Key() |
| AvlNodeRkVtl * | lLink |
| AvlNodeRkVtl * | rLink |
Static Private Attributes | |
| static AvlNodeRkVtl | sentinel_node |
Definition at line 79 of file avlNodeRk.H.
| typedef Key Aleph::AvlNodeRkVtl< Key >::key_type |
Definition at line 79 of file avlNodeRk.H.
| typedef Key Aleph::AvlNodeRkVtl< Key >::Key_Type |
Definition at line 79 of file avlNodeRk.H.
|
inline |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inline |
Definition at line 79 of file avlNodeRk.H.
|
inline |
Definition at line 79 of file avlNodeRk.H.
|
inline |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inline |
Definition at line 79 of file avlNodeRk.H.
|
inlinevirtual |
Definition at line 79 of file avlNodeRk.H.
|
inlineprivate |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinestaticnoexcept |
Definition at line 79 of file avlNodeRk.H.
|
inlinenoexcept |
Definition at line 79 of file avlNodeRk.H.
|
private |
Definition at line 79 of file avlNodeRk.H.
|
private |
Definition at line 79 of file avlNodeRk.H.
|
static |
Definition at line 79 of file avlNodeRk.H.
|
static |
Definition at line 79 of file avlNodeRk.H.
|
private |
Definition at line 79 of file avlNodeRk.H.
|
staticprivate |
Definition at line 79 of file avlNodeRk.H.