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

Public Member Functions

 DLProxy (DynLhashTable &_table, const Key &_key)
 
 operator const Record & () const
 
DLProxyoperator= (const Record &record)
 
DLProxyoperator= (const DLProxy &proxy)
 

Private Attributes

DynLhashTabletable
 
const Key & key
 
DLBucketbucket
 

Detailed Description

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

Definition at line 125 of file tpl_dynLhash.H.

Constructor & Destructor Documentation

◆ DLProxy()

Member Function Documentation

◆ operator const Record &()

template<typename Key , typename Record , class Cmp = Aleph::equal_to<Key>>
Aleph::DynLhashTable< Key, Record, Cmp >::DLProxy::operator const Record & ( ) const
inline

◆ operator=() [1/2]

◆ operator=() [2/2]

Member Data Documentation

◆ bucket

◆ key

◆ table


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