|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Types | |
| typedef Key | key_type |
| typedef Key | Key_Type |
Public Member Functions | |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| TestSentinelNodeVtl *& | getL () noexcept |
| TestSentinelNodeVtl *& | getR () noexcept |
| const TestSentinelNodeVtl * | getL () const noexcept |
| const TestSentinelNodeVtl * | getR () const noexcept |
| TestSentinelNodeVtl (const Key &k) | |
| TestSentinelNodeVtl (Key &&k) noexcept | |
| TestSentinelNodeVtl (const SentinelControl &control_data, const Key &k) | |
| TestSentinelNodeVtl (const TestSentinelNodeVtl &node) | |
| TestSentinelNodeVtl (TestSentinelNodeVtl &&node) | |
| TestSentinelNodeVtl (const SentinelControl &control_data) noexcept | |
| TestSentinelNodeVtl () | |
| void | reset () noexcept |
| virtual | ~TestSentinelNodeVtl () |
Static Public Member Functions | |
| static TestSentinelNodeVtl * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 64 |
| static TestSentinelNodeVtl *const | NullPtr = & TestSentinelNodeVtl<Key>::sentinel_node |
Private Member Functions | |
| TestSentinelNodeVtl (SentinelCtor) | |
Private Attributes | |
| Key | key = Key() |
| TestSentinelNodeVtl * | lLink |
| TestSentinelNodeVtl * | rLink |
Static Private Attributes | |
| static TestSentinelNodeVtl | sentinel_node |
Definition at line 70 of file bin-node.cc.
| typedef Key TestSentinelNodeVtl< Key >::key_type |
Definition at line 70 of file bin-node.cc.
| typedef Key TestSentinelNodeVtl< Key >::Key_Type |
Definition at line 70 of file bin-node.cc.
|
inline |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inline |
Definition at line 70 of file bin-node.cc.
|
inline |
Definition at line 70 of file bin-node.cc.
|
inline |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inline |
Definition at line 70 of file bin-node.cc.
|
inlinevirtual |
Definition at line 70 of file bin-node.cc.
|
inlineprivate |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinestaticnoexcept |
Definition at line 70 of file bin-node.cc.
|
inlinenoexcept |
Definition at line 70 of file bin-node.cc.
|
private |
Definition at line 70 of file bin-node.cc.
|
private |
Definition at line 70 of file bin-node.cc.
|
static |
Definition at line 70 of file bin-node.cc.
|
static |
Definition at line 70 of file bin-node.cc.
|
private |
Definition at line 70 of file bin-node.cc.
|
staticprivate |
Definition at line 70 of file bin-node.cc.