#include <LDK/Hash.h>
Public Member Functions | |
| Pair (const Key &k, const Data &d) | |
| Constructor. | |
| Pair (const Pair &rhs) | |
| Copy constructor. | |
Data Fields | |
| Key | mKey |
| The key associated with mData. | |
| Data | mData |
| The data associated with mKey. | |
Definition at line 180 of file Hash.h.
1.5.1