|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| DLBucket (const Key &key, const Record &_record) | |
| DLBucket (const Key &key, Record &&_record) | |
| DLBucket (Key &&key, const Record &_record) | |
| DLBucket (Key &&key, Record &&_record) | |
Public Attributes | |
| Record | record |
Definition at line 92 of file tpl_dynLhash.H.
|
inline |
Definition at line 96 of file tpl_dynLhash.H.
|
inline |
Definition at line 101 of file tpl_dynLhash.H.
|
inline |
Definition at line 106 of file tpl_dynLhash.H.
|
inline |
Definition at line 111 of file tpl_dynLhash.H.
| Record Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket::record |
Definition at line 94 of file tpl_dynLhash.H.
Referenced by Aleph::DynLhashTable< Key, Record, Cmp >::__insert(), Aleph::DynLhashTable< Key, Record, Cmp >::DLProxy::operator const Record &(), Aleph::DynLhashTable< Key, Record, Cmp >::DLProxy::operator=(), Aleph::DynLhashTable< Key, Record, Cmp >::DLProxy::operator=(), and Aleph::DynLhashTable< Key, Record, Cmp >::search().