|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <treapNode.H>
Public Types | |
| typedef Key | key_type |
| typedef Key | Key_Type |
Public Member Functions | |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| TreapNodeVtl *& | getL () noexcept |
| TreapNodeVtl *& | getR () noexcept |
| const TreapNodeVtl * | getL () const noexcept |
| const TreapNodeVtl * | getR () const noexcept |
| TreapNodeVtl (const Key &k) | |
| TreapNodeVtl (Key &&k) noexcept | |
| TreapNodeVtl (const TreapNode_Data &control_data, const Key &k) | |
| TreapNodeVtl (const TreapNodeVtl &node) | |
| TreapNodeVtl (TreapNodeVtl &&node) | |
| TreapNodeVtl (const TreapNode_Data &control_data) noexcept | |
| TreapNodeVtl () | |
| void | reset () noexcept |
| virtual | ~TreapNodeVtl () |
Public Member Functions inherited from Aleph::TreapNode_Data | |
| TreapNode_Data () noexcept | |
| Default constructor sets maximum priority. | |
| TreapNode_Data (SentinelCtor) noexcept | |
| Sentinel constructor also uses maximum priority. | |
| unsigned long & | getPriority () noexcept |
| Get reference to priority value. | |
| void | reset () noexcept |
| Reset (no-op for treap nodes) | |
Static Public Member Functions | |
| static TreapNodeVtl * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 80 |
| static TreapNodeVtl *const | NullPtr = & TreapNodeVtl<Key>::sentinel_node |
Private Member Functions | |
| TreapNodeVtl (SentinelCtor) | |
Private Attributes | |
| Key | key = Key() |
| TreapNodeVtl * | lLink |
| TreapNodeVtl * | rLink |
Static Private Attributes | |
| static TreapNodeVtl | sentinel_node |
Definition at line 108 of file treapNode.H.
| typedef Key Aleph::TreapNodeVtl< Key >::key_type |
Definition at line 108 of file treapNode.H.
| typedef Key Aleph::TreapNodeVtl< Key >::Key_Type |
Definition at line 108 of file treapNode.H.
|
inline |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inline |
Definition at line 108 of file treapNode.H.
|
inline |
Definition at line 108 of file treapNode.H.
|
inline |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inline |
Definition at line 108 of file treapNode.H.
|
inlinevirtual |
Definition at line 108 of file treapNode.H.
|
inlineprivate |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
inlinestaticnoexcept |
Definition at line 108 of file treapNode.H.
|
inlinenoexcept |
Definition at line 108 of file treapNode.H.
|
private |
Definition at line 108 of file treapNode.H.
|
private |
Definition at line 108 of file treapNode.H.
|
static |
Definition at line 108 of file treapNode.H.
|
static |
Definition at line 108 of file treapNode.H.
|
private |
Definition at line 108 of file treapNode.H.
|
staticprivate |
Definition at line 108 of file treapNode.H.