#include <LDK/Hash.h>
Collaboration diagram for LDK::Hash< Key, Data, Alloc >::DataProxy:

Public Member Functions | |
| DataProxy (Hash &h, const Key &k) | |
| void | operator= (const Data &value) | 
| operator Data () | |
Definition at line 523 of file Hash.h.
| void LDK::Hash< Key, Data, Alloc >::DataProxy::operator= | ( | const Data & | value | ) |  [inline] | 
        
| LDK::Hash< Key, Data, Alloc >::DataProxy::operator Data | ( | ) |  [inline] | 
        
Gets the data associated with mKey via an implicit type conversion
| IndexError | if the key does not exist in the Hash. | 
Definition at line 538 of file Hash.h.
References LDK_INDEX_ERROR.
 1.5.1