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