|
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 |
| TestSentinelNode *& | getL () noexcept |
| TestSentinelNode *& | getR () noexcept |
| const TestSentinelNode * | getL () const noexcept |
| const TestSentinelNode * | getR () const noexcept |
| TestSentinelNode (const Key &k) | |
| TestSentinelNode (Key &&k) noexcept | |
| TestSentinelNode (const SentinelControl &control_data, const Key &k) | |
| TestSentinelNode (const TestSentinelNode &node) | |
| TestSentinelNode (TestSentinelNode &&node) | |
| TestSentinelNode (const SentinelControl &control_data) noexcept | |
| TestSentinelNode () | |
| void | reset () noexcept |
| TestSentinelNode (SentinelCtor) | |
Static Public Member Functions | |
| static TestSentinelNode * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 64 |
| static TestSentinelNode *const | NullPtr = & TestSentinelNode <Key>::sentinel_node |
| static TestSentinelNode | sentinel_node |
Private Attributes | |
| Key | key = Key() |
| TestSentinelNode * | lLink |
| TestSentinelNode * | rLink |
Definition at line 70 of file bin-node.cc.
| typedef Key TestSentinelNode< Key >::key_type |
Definition at line 70 of file bin-node.cc.
| typedef Key TestSentinelNode< 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.
|
inline |
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.
|
static |
Definition at line 70 of file bin-node.cc.