Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Teuchos::HashPair< Key, Value > Class Template Reference

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.
 

Detailed Description

template<class Key, class Value>
class Teuchos::HashPair< Key, Value >

Helper class for Teuchos::Hashtable, representing a single <key, value> pair.

Definition at line 60 of file Teuchos_Hashtable.hpp.

Constructor & Destructor Documentation

◆ HashPair() [1/2]

template<class Key , class Value >
Teuchos::HashPair< Key, Value >::HashPair ( )
inline

Empty constructor.

Definition at line 64 of file Teuchos_Hashtable.hpp.

◆ HashPair() [2/2]

template<class Key , class Value >
Teuchos::HashPair< Key, Value >::HashPair ( const Key & key,
const Value & value )
inline

Basic <key, value> constructor.

Definition at line 66 of file Teuchos_Hashtable.hpp.

Member Data Documentation

◆ key_

template<class Key , class Value >
Key Teuchos::HashPair< Key, Value >::key_

Templated key variable.

Definition at line 70 of file Teuchos_Hashtable.hpp.

◆ value_

template<class Key , class Value >
Value Teuchos::HashPair< Key, Value >::value_

Templated value variable.

Definition at line 72 of file Teuchos_Hashtable.hpp.


The documentation for this class was generated from the following file: