LDK::Hash< Key, Data, Alloc >::Pair Class Reference

A sensible, less generic substitute for std::pair<>. More...

#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.


Detailed Description

template<class Key, class Data, template< class > class Alloc = Allocator>
class LDK::Hash< Key, Data, Alloc >::Pair

class Pair

Definition at line 180 of file Hash.h.


The documentation for this class was generated from the following file:
Generated on Fri Aug 17 18:32:27 2007 for LDK by  doxygen 1.5.1