Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket Struct Reference
Inheritance diagram for Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket:
[legend]
Collaboration diagram for Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket:
[legend]

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
 

Detailed Description

template<typename Key, typename Record, class Cmp = Aleph::equal_to<Key>>
struct Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket

Definition at line 92 of file tpl_dynLhash.H.

Constructor & Destructor Documentation

◆ DLBucket() [1/4]

template<typename Key , typename Record , class Cmp = Aleph::equal_to<Key>>
Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket::DLBucket ( const Key &  key,
const Record _record 
)
inline

Definition at line 96 of file tpl_dynLhash.H.

◆ DLBucket() [2/4]

template<typename Key , typename Record , class Cmp = Aleph::equal_to<Key>>
Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket::DLBucket ( const Key &  key,
Record &&  _record 
)
inline

Definition at line 101 of file tpl_dynLhash.H.

◆ DLBucket() [3/4]

template<typename Key , typename Record , class Cmp = Aleph::equal_to<Key>>
Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket::DLBucket ( Key &&  key,
const Record _record 
)
inline

Definition at line 106 of file tpl_dynLhash.H.

◆ DLBucket() [4/4]

template<typename Key , typename Record , class Cmp = Aleph::equal_to<Key>>
Aleph::DynLhashTable< Key, Record, Cmp >::DLBucket::DLBucket ( Key &&  key,
Record &&  _record 
)
inline

Definition at line 111 of file tpl_dynLhash.H.

Member Data Documentation

◆ record


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