PLearn 0.1
|
#include <Hash.h>
Public Member Functions | |
HashKeyDataPair () | |
HashKeyDataPair (const KeyType &the_key, const DataType &the_data) | |
~HashKeyDataPair () | |
Public Attributes | |
KeyType * | key |
DataType * | data |
PLearn::HashKeyDataPair< KeyType, DataType >::HashKeyDataPair | ( | ) |
PLearn::HashKeyDataPair< KeyType, DataType >::HashKeyDataPair | ( | const KeyType & | the_key, |
const DataType & | the_data | ||
) |
PLearn::HashKeyDataPair< KeyType, DataType >::~HashKeyDataPair | ( | ) |
DataType* PLearn::HashKeyDataPair< KeyType, DataType >::data |
KeyType* PLearn::HashKeyDataPair< KeyType, DataType >::key |