Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::OLhashTable< Key, Cmp >::Bucket Struct Reference

#include <tpl_olhash.H>

Public Member Functions

 Bucket () noexcept
 
void reset () noexcept
 

Public Attributes

Key key
 
char status = EMPTY
 

Detailed Description

template<typename Key, class Cmp = Aleph::equal_to<Key>>
struct Aleph::OLhashTable< Key, Cmp >::Bucket

Definition at line 186 of file tpl_olhash.H.

Constructor & Destructor Documentation

◆ Bucket()

template<typename Key , class Cmp = Aleph::equal_to<Key>>
Aleph::OLhashTable< Key, Cmp >::Bucket::Bucket ( )
inlinenoexcept

Definition at line 191 of file tpl_olhash.H.

Member Function Documentation

◆ reset()

template<typename Key , class Cmp = Aleph::equal_to<Key>>
void Aleph::OLhashTable< Key, Cmp >::Bucket::reset ( )
inlinenoexcept

Member Data Documentation

◆ key

template<typename Key , class Cmp = Aleph::equal_to<Key>>
Key Aleph::OLhashTable< Key, Cmp >::Bucket::key

Definition at line 188 of file tpl_olhash.H.

Referenced by Aleph::OLhashTable< Key, Cmp >::stats().

◆ status


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