HashTable< Key, Value >::Pair Struct Reference#include <tDictionary.h>
|
Public Member Functions | |
Pair () | |
Pair (Key k, Value v) | |
Public Attributes | |
Key | key |
Value | value |
HashTable< Key, Value >::Pair::Pair | ( | ) | [inline] |
HashTable< Key, Value >::Pair::Pair | ( | Key | k, | |
Value | v | |||
) | [inline] |
Value HashTable< Key, Value >::Pair::value |