#include <Teuchos_Hashtable.hpp>
Public Member Functions | |
HashPair () | |
Empty constructor. | |
HashPair (const Key &key, const Value &value) | |
Basic <key, value> constructor. | |
Public Attributes | |
Key | key_ |
Templated key variable. | |
Value | value_ |
Templated value variable. |
Definition at line 47 of file Teuchos_Hashtable.hpp.
Teuchos::HashPair< Key, Value >::HashPair | ( | ) | [inline] |
Teuchos::HashPair< Key, Value >::HashPair | ( | const Key & | key, | |
const Value & | value | |||
) | [inline] |
Key Teuchos::HashPair< Key, Value >::key_ |
Value Teuchos::HashPair< Key, Value >::value_ |