|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_olhash.H>
Public Member Functions | |
| Bucket () noexcept | |
| void | reset () noexcept |
Public Attributes | |
| Key | key |
| char | status = EMPTY |
Definition at line 186 of file tpl_olhash.H.
|
inlinenoexcept |
Definition at line 191 of file tpl_olhash.H.
|
inlinenoexcept |
Definition at line 192 of file tpl_olhash.H.
References Aleph::OLhashTable< Key, Cmp >::EMPTY, and Aleph::OLhashTable< Key, Cmp >::Bucket::status.
| Key Aleph::OLhashTable< Key, Cmp >::Bucket::key |
Definition at line 188 of file tpl_olhash.H.
Referenced by Aleph::OLhashTable< Key, Cmp >::stats().
| char Aleph::OLhashTable< Key, Cmp >::Bucket::status = EMPTY |
Definition at line 189 of file tpl_olhash.H.
Referenced by Aleph::OLhashTable< Key, Cmp >::allocate_bucket(), Aleph::OLhashTable< Key, Cmp >::cleanup_deleted_chain(), Aleph::OLhashTable< Key, Cmp >::deallocate_bucket(), Aleph::OLhashTable< Key, Cmp >::hard_allocate_bucket(), Aleph::OLhashTable< Key, Cmp >::remove(), and Aleph::OLhashTable< Key, Cmp >::Bucket::reset().