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

#include <rbNodeRk.H>

Inheritance diagram for Aleph::RbNodeRkVtl< Key >:
[legend]
Collaboration diagram for Aleph::RbNodeRkVtl< 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
 
RbNodeRkVtl *& getL () noexcept
 
RbNodeRkVtl *& getR () noexcept
 
const RbNodeRkVtlgetL () const noexcept
 
const RbNodeRkVtlgetR () const noexcept
 
 RbNodeRkVtl (const Key &k)
 
 RbNodeRkVtl (Key &&k) noexcept
 
 RbNodeRkVtl (const RbNodeRk_Data &control_data, const Key &k)
 
 RbNodeRkVtl (const RbNodeRkVtl &node)
 
 RbNodeRkVtl (RbNodeRkVtl &&node)
 
 RbNodeRkVtl (const RbNodeRk_Data &control_data) noexcept
 
 RbNodeRkVtl ()
 
void reset () noexcept
 
virtual ~RbNodeRkVtl ()
 
- Public Member Functions inherited from Aleph::RbNodeRk_Data
 RbNodeRk_Data () noexcept
 
 RbNodeRk_Data (SentinelCtor) noexcept
 
ColorgetColor () noexcept
 
size_tgetCount () noexcept
 
void reset () noexcept
 

Static Public Member Functions

static RbNodeRkVtlkey_to_node (Key &__key) noexcept
 

Static Public Attributes

static const size_t MaxHeight = 128
 
static RbNodeRkVtl *const NullPtr = & RbNodeRkVtl<Key>::sentinel_node
 

Private Member Functions

 RbNodeRkVtl (SentinelCtor)
 

Private Attributes

Key key = Key()
 
RbNodeRkVtllLink
 
RbNodeRkVtlrLink
 

Static Private Attributes

static RbNodeRkVtl sentinel_node
 

Detailed Description

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

Definition at line 84 of file rbNodeRk.H.

Member Typedef Documentation

◆ key_type

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

Definition at line 84 of file rbNodeRk.H.

◆ Key_Type

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

Definition at line 84 of file rbNodeRk.H.

Constructor & Destructor Documentation

◆ RbNodeRkVtl() [1/8]

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

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [2/8]

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

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [3/8]

template<typename Key >
Aleph::RbNodeRkVtl< Key >::RbNodeRkVtl ( const RbNodeRk_Data control_data,
const Key &  k 
)
inline

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [4/8]

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

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [5/8]

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

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [6/8]

template<typename Key >
Aleph::RbNodeRkVtl< Key >::RbNodeRkVtl ( const RbNodeRk_Data control_data)
inlinenoexcept

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [7/8]

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

Definition at line 84 of file rbNodeRk.H.

◆ ~RbNodeRkVtl()

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

Definition at line 84 of file rbNodeRk.H.

◆ RbNodeRkVtl() [8/8]

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

Definition at line 84 of file rbNodeRk.H.

Member Function Documentation

◆ get_key() [1/2]

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

Definition at line 84 of file rbNodeRk.H.

◆ get_key() [2/2]

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

Definition at line 84 of file rbNodeRk.H.

◆ getL() [1/2]

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

Definition at line 84 of file rbNodeRk.H.

◆ getL() [2/2]

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

Definition at line 84 of file rbNodeRk.H.

◆ getR() [1/2]

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

Definition at line 84 of file rbNodeRk.H.

◆ getR() [2/2]

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

Definition at line 84 of file rbNodeRk.H.

◆ key_to_node()

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

Definition at line 84 of file rbNodeRk.H.

◆ reset()

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

Definition at line 84 of file rbNodeRk.H.

Member Data Documentation

◆ key

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

Definition at line 84 of file rbNodeRk.H.

◆ lLink

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

Definition at line 84 of file rbNodeRk.H.

◆ MaxHeight

template<typename Key >
const size_t Aleph::RbNodeRkVtl< Key >::MaxHeight = 128
static

Definition at line 84 of file rbNodeRk.H.

◆ NullPtr

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

Definition at line 84 of file rbNodeRk.H.

◆ rLink

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

Definition at line 84 of file rbNodeRk.H.

◆ sentinel_node

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

Definition at line 84 of file rbNodeRk.H.


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