HashTable< Key, Value >::Pair Struct Reference

#include <tDictionary.h>

List of all members.


template<typename Key, typename Value> struct HashTable< Key, Value >::Pair


Public Member Functions

 Pair ()
 Pair (Key k, Value v)

Public Attributes

Key key
Value value

Constructor & Destructor Documentation

template<typename Key, typename Value>
HashTable< Key, Value >::Pair::Pair (  )  [inline]

template<typename Key, typename Value>
HashTable< Key, Value >::Pair::Pair ( Key  k,
Value  v 
) [inline]


Member Data Documentation

template<typename Key, typename Value>
Key HashTable< Key, Value >::Pair::key

template<typename Key, typename Value>
Value HashTable< Key, Value >::Pair::value