Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::RandNodeVtl< Key > Class Template Reference

#include <tpl_randNode.H>

Inheritance diagram for Aleph::RandNodeVtl< Key >:
[legend]
Collaboration diagram for Aleph::RandNodeVtl< Key >:
[legend]

Public Types

typedef Key key_type
 
typedef Key Key_Type
 

Public Member Functions

Key & get_key () noexcept
 
const Key & get_key () const noexcept
 
RandNodeVtl *& getL () noexcept
 
RandNodeVtl *& getR () noexcept
 
const RandNodeVtlgetL () const noexcept
 
const RandNodeVtlgetR () const noexcept
 
 RandNodeVtl (const Key &k)
 
 RandNodeVtl (Key &&k) noexcept
 
 RandNodeVtl (const BinNodeXt_Data &control_data, const Key &k)
 
 RandNodeVtl (const RandNodeVtl &node)
 
 RandNodeVtl (RandNodeVtl &&node)
 
 RandNodeVtl (const BinNodeXt_Data &control_data) noexcept
 
 RandNodeVtl ()
 
void reset () noexcept
 
virtual ~RandNodeVtl ()
 
- Public Member Functions inherited from Aleph::BinNodeXt_Data
 BinNodeXt_Data () noexcept
 
 BinNodeXt_Data (SentinelCtor) noexcept
 
size_tgetCount () noexcept
 
size_t size () const noexcept
 
void reset () noexcept
 

Static Public Member Functions

static RandNodeVtlkey_to_node (Key &__key) noexcept
 

Static Public Attributes

static const size_t MaxHeight = 80
 
static RandNodeVtl *const NullPtr = & RandNodeVtl<Key>::sentinel_node
 

Private Member Functions

 RandNodeVtl (SentinelCtor)
 

Private Attributes

Key key = Key()
 
RandNodeVtllLink
 
RandNodeVtlrLink
 

Static Private Attributes

static RandNodeVtl sentinel_node
 

Detailed Description

template<typename Key>
class Aleph::RandNodeVtl< Key >

Definition at line 47 of file tpl_randNode.H.

Member Typedef Documentation

◆ key_type

template<typename Key >
typedef Key Aleph::RandNodeVtl< Key >::key_type

Definition at line 47 of file tpl_randNode.H.

◆ Key_Type

template<typename Key >
typedef Key Aleph::RandNodeVtl< Key >::Key_Type

Definition at line 47 of file tpl_randNode.H.

Constructor & Destructor Documentation

◆ RandNodeVtl() [1/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( const Key &  k)
inline

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [2/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( Key &&  k)
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [3/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( const BinNodeXt_Data control_data,
const Key &  k 
)
inline

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [4/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( const RandNodeVtl< Key > &  node)
inline

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [5/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( RandNodeVtl< Key > &&  node)
inline

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [6/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( const BinNodeXt_Data control_data)
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [7/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( )
inline

Definition at line 47 of file tpl_randNode.H.

◆ ~RandNodeVtl()

template<typename Key >
virtual Aleph::RandNodeVtl< Key >::~RandNodeVtl ( )
inlinevirtual

Definition at line 47 of file tpl_randNode.H.

◆ RandNodeVtl() [8/8]

template<typename Key >
Aleph::RandNodeVtl< Key >::RandNodeVtl ( SentinelCtor  )
inlineprivate

Definition at line 47 of file tpl_randNode.H.

Member Function Documentation

◆ get_key() [1/2]

template<typename Key >
const Key & Aleph::RandNodeVtl< Key >::get_key ( ) const
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ get_key() [2/2]

template<typename Key >
Key & Aleph::RandNodeVtl< Key >::get_key ( )
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ getL() [1/2]

template<typename Key >
const RandNodeVtl * Aleph::RandNodeVtl< Key >::getL ( ) const
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ getL() [2/2]

template<typename Key >
RandNodeVtl *& Aleph::RandNodeVtl< Key >::getL ( )
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ getR() [1/2]

template<typename Key >
const RandNodeVtl * Aleph::RandNodeVtl< Key >::getR ( ) const
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ getR() [2/2]

template<typename Key >
RandNodeVtl *& Aleph::RandNodeVtl< Key >::getR ( )
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

◆ key_to_node()

template<typename Key >
static RandNodeVtl * Aleph::RandNodeVtl< Key >::key_to_node ( Key &  __key)
inlinestaticnoexcept

Definition at line 47 of file tpl_randNode.H.

◆ reset()

template<typename Key >
void Aleph::RandNodeVtl< Key >::reset ( )
inlinenoexcept

Definition at line 47 of file tpl_randNode.H.

Member Data Documentation

◆ key

template<typename Key >
Key Aleph::RandNodeVtl< Key >::key = Key()
private

Definition at line 47 of file tpl_randNode.H.

◆ lLink

template<typename Key >
RandNodeVtl* Aleph::RandNodeVtl< Key >::lLink
private

Definition at line 47 of file tpl_randNode.H.

◆ MaxHeight

template<typename Key >
const size_t Aleph::RandNodeVtl< Key >::MaxHeight = 80
static

Definition at line 47 of file tpl_randNode.H.

◆ NullPtr

template<typename Key >
RandNodeVtl< Key > *const Aleph::RandNodeVtl< Key >::NullPtr = & RandNodeVtl<Key>::sentinel_node
static

Definition at line 47 of file tpl_randNode.H.

◆ rLink

template<typename Key >
RandNodeVtl* Aleph::RandNodeVtl< Key >::rLink
private

Definition at line 47 of file tpl_randNode.H.

◆ sentinel_node

template<typename Key >
RandNodeVtl< Key > Aleph::RandNodeVtl< Key >::sentinel_node
staticprivate

Definition at line 47 of file tpl_randNode.H.


The documentation for this class was generated from the following file: