|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_binNodeAux.H>
Public Member Functions | |
| Key & | get_key () |
| BinNodeVtl *& | getL () |
| BinNodeVtl *& | getR () |
| BinNodeVtl (const Key &k) | |
| BinNodeVtl (const Aleph::Empty_Class &control_data, const Key &k) | |
| BinNodeVtl (const Aleph::Empty_Class &control_data) | |
| BinNodeVtl () | |
| BinNodeVtl (SentinelCtor) | |
| void | reset () |
| virtual | ~BinNodeVtl () |
Public Member Functions inherited from Aleph::Empty_Class | |
| Empty_Class () | |
| Default constructor. | |
| Empty_Class (EmptyCtor unused) | |
| Empty constructor variant. | |
| Empty_Class (SentinelCtor unused) | |
| Sentinel constructor variant. | |
| Empty_Class (const Empty_Class &unused) | |
| Copy constructor. | |
| Empty_Class & | operator= (const Empty_Class &unused) |
| Copy assignment operator. | |
| bool | operator== (const Empty_Class &) const |
| Equality comparison (always true). | |
| bool | operator!= (const Empty_Class &) const |
| Inequality comparison (always false). | |
Static Public Attributes | |
| static const size_t | MaxHeight = 255 |
| static BinNodeVtl * | NullPtr = nullptr |
Private Attributes | |
| Key | key |
| BinNodeVtl * | lLink |
| BinNodeVtl * | rLink |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inlinevirtual |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
inline |
Definition at line 184 of file tpl_binNodeAux.H.
|
private |
Definition at line 184 of file tpl_binNodeAux.H.
|
private |
Definition at line 184 of file tpl_binNodeAux.H.
|
static |
Definition at line 184 of file tpl_binNodeAux.H.
|
static |
Definition at line 184 of file tpl_binNodeAux.H.
|
private |
Definition at line 184 of file tpl_binNodeAux.H.