|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <rbNode.H>
Public Types | |
| typedef Key | key_type |
| typedef Key | Key_Type |
| typedef Key | key_type |
| typedef Key | Key_Type |
Public Member Functions | |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| RbNodeVtl *& | getL () noexcept |
| RbNodeVtl *& | getR () noexcept |
| const RbNodeVtl * | getL () const noexcept |
| const RbNodeVtl * | getR () const noexcept |
| RbNodeVtl (const Key &k) | |
| RbNodeVtl (Key &&k) noexcept | |
| RbNodeVtl (const RbNode_Data &control_data, const Key &k) | |
| RbNodeVtl (const RbNodeVtl &node) | |
| RbNodeVtl (RbNodeVtl &&node) | |
| RbNodeVtl (const RbNode_Data &control_data) noexcept | |
| RbNodeVtl () | |
| void | reset () noexcept |
| virtual | ~RbNodeVtl () |
| Key & | get_key () noexcept |
| const Key & | get_key () const noexcept |
| RbNodeVtl *& | getL () noexcept |
| RbNodeVtl *& | getR () noexcept |
| const RbNodeVtl * | getL () const noexcept |
| const RbNodeVtl * | getR () const noexcept |
| RbNodeVtl (const Key &k) | |
| RbNodeVtl (Key &&k) noexcept | |
| RbNodeVtl (const RbNode_Data &control_data, const Key &k) | |
| RbNodeVtl (const RbNodeVtl &node) | |
| RbNodeVtl (RbNodeVtl &&node) | |
| RbNodeVtl (const RbNode_Data &control_data) noexcept | |
| RbNodeVtl () | |
| void | reset () noexcept |
| virtual | ~RbNodeVtl () |
Public Member Functions inherited from RbNode_Data | |
| RbNode_Data () | |
| Default constructor creates a red node. | |
| RbNode_Data (SentinelCtor) | |
| Sentinel constructor creates a black node. | |
| Color & | getColor () |
| Get reference to node color. | |
| void | reset () |
| Reset node to red (for reinsertion) | |
| RbNode_Data () noexcept | |
| RbNode_Data (SentinelCtor) noexcept | |
| unsigned char & | getColor () noexcept |
| void | reset () noexcept |
Static Public Member Functions | |
| static RbNodeVtl * | key_to_node (Key &__key) noexcept |
| static RbNodeVtl * | key_to_node (Key &__key) noexcept |
Static Public Attributes | |
| static const size_t | MaxHeight = 128 |
| static RbNodeVtl *const | NullPtr = & RbNodeVtl<Key>::sentinel_node |
Private Member Functions | |
| RbNodeVtl (SentinelCtor) | |
| RbNodeVtl (SentinelCtor) | |
Private Attributes | |
| Key | key = Key() |
| RbNodeVtl * | lLink |
| RbNodeVtl * | rLink |
Static Private Attributes | |
| static RbNodeVtl | sentinel_node |
| typedef Key RbNodeVtl< Key >::key_type |
| typedef Key RbNodeVtl< Key >::Key_Type |
| typedef Key RbNodeVtl< Key >::key_type |
Definition at line 75 of file tpl_rbNode.H.
| typedef Key RbNodeVtl< Key >::Key_Type |
Definition at line 75 of file tpl_rbNode.H.
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlineprivate |
|
inline |
Definition at line 75 of file tpl_rbNode.H.
|
inlinenoexcept |
Definition at line 75 of file tpl_rbNode.H.
|
inline |
Definition at line 75 of file tpl_rbNode.H.
|
inline |
Definition at line 75 of file tpl_rbNode.H.
|
inline |
Definition at line 75 of file tpl_rbNode.H.
|
inlinenoexcept |
Definition at line 75 of file tpl_rbNode.H.
|
inline |
Definition at line 75 of file tpl_rbNode.H.
Definition at line 75 of file tpl_rbNode.H.
|
inlineprivate |
Definition at line 75 of file tpl_rbNode.H.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 75 of file tpl_rbNode.H.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 75 of file tpl_rbNode.H.
Definition at line 75 of file tpl_rbNode.H.
Definition at line 75 of file tpl_rbNode.H.
Definition at line 75 of file tpl_rbNode.H.
Definition at line 75 of file tpl_rbNode.H.
|
inlinestaticnoexcept |
Definition at line 75 of file tpl_rbNode.H.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 75 of file tpl_rbNode.H.
|
private |
|
static |
|
static |