|
Teuchos - Trilinos Tools Package Version of the Day
|
Helper class for Teuchos::Hashtable, representing a single <key, value> pair. More...
#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. | |
Helper class for Teuchos::Hashtable, representing a single <key, value> pair.
Definition at line 28 of file Teuchos_Hashtable.hpp.
|
inline |
Empty constructor.
Definition at line 32 of file Teuchos_Hashtable.hpp.
|
inline |
Basic <key, value> constructor.
Definition at line 34 of file Teuchos_Hashtable.hpp.
Templated key variable.
Definition at line 38 of file Teuchos_Hashtable.hpp.
| Value Teuchos::HashPair< Key, Value >::value_ |
Templated value variable.
Definition at line 40 of file Teuchos_Hashtable.hpp.