| 
    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.  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 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.
| Key Teuchos::HashPair< Key, Value >::key_ | 
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.
 1.8.5