Teuchos Package Browser (Single Doxygen Collection)
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. More... | |
HashPair (const Key &key, const Value &value) | |
Basic <key, value> constructor. More... | |
Public Attributes | |
Key | key_ |
Templated key variable. More... | |
Value | value_ |
Templated value variable. More... | |
Helper class for Teuchos::Hashtable, representing a single <key, value> pair.
Definition at line 60 of file Teuchos_Hashtable.hpp.
|
inline |
Empty constructor.
Definition at line 64 of file Teuchos_Hashtable.hpp.
|
inline |
Basic <key, value> constructor.
Definition at line 66 of file Teuchos_Hashtable.hpp.
Key Teuchos::HashPair< Key, Value >::key_ |
Templated key variable.
Definition at line 70 of file Teuchos_Hashtable.hpp.
Value Teuchos::HashPair< Key, Value >::value_ |
Templated value variable.
Definition at line 72 of file Teuchos_Hashtable.hpp.