|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_binNode.H>
Public Types | |
| typedef Key | key_type |
| typedef Key | Key_Type |
Public Member Functions | |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| BinNodeVtl *& | getL () noexcept |
| BinNodeVtl *& | getR () noexcept |
| const BinNodeVtl * | getL () const noexcept |
| const BinNodeVtl * | getR () const noexcept |
| BinNodeVtl (const Key &k) | |
| BinNodeVtl (Key &&k) noexcept | |
| BinNodeVtl (const Empty_Node &control_data, const Key &k) | |
| BinNodeVtl (const BinNodeVtl &node) | |
| BinNodeVtl (BinNodeVtl &&node) | |
| BinNodeVtl (const Empty_Node &control_data) noexcept | |
| BinNodeVtl () | |
| void | reset () noexcept |
| virtual | ~BinNodeVtl () |
Public Member Functions inherited from Aleph::Empty_Node | |
| Empty_Node ()=default | |
| Empty_Node (SentinelCtor) noexcept | |
Static Public Member Functions | |
| static BinNodeVtl * | key_to_node (Key &__key) noexcept |
Static Public Member Functions inherited from Aleph::Empty_Node | |
| static void | reset () noexcept |
| static Empty_Node & | get_data () |
Static Public Attributes | |
| static const size_t | MaxHeight = 2048 |
| static BinNodeVtl *const | NullPtr = nullptr |
Private Attributes | |
| Key | key = Key() |
| BinNodeVtl * | lLink |
| BinNodeVtl * | rLink |
Definition at line 392 of file tpl_binNode.H.
| typedef Key Aleph::BinNodeVtl< Key >::key_type |
Definition at line 392 of file tpl_binNode.H.
| typedef Key Aleph::BinNodeVtl< Key >::Key_Type |
Definition at line 392 of file tpl_binNode.H.
|
inline |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inline |
Definition at line 392 of file tpl_binNode.H.
|
inline |
Definition at line 392 of file tpl_binNode.H.
|
inline |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inline |
Definition at line 392 of file tpl_binNode.H.
|
inlinevirtual |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinestaticnoexcept |
Definition at line 392 of file tpl_binNode.H.
|
inlinenoexcept |
Definition at line 392 of file tpl_binNode.H.
|
private |
Definition at line 392 of file tpl_binNode.H.
|
private |
Definition at line 392 of file tpl_binNode.H.
|
static |
Definition at line 392 of file tpl_binNode.H.
|
static |
Definition at line 392 of file tpl_binNode.H.
|
private |
Definition at line 392 of file tpl_binNode.H.