Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_Hashtable.hpp File Reference

Templated hashtable class. More...

#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_HashUtils.hpp"
Include dependency graph for Teuchos_Hashtable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::HashPair< Key, Value >
 Helper class for Teuchos::Hashtable, representing a single <key, value> pair. More...
 
class  Teuchos::Hashtable< Key, Value >
 Templated hashtable class. More...
 

Namespaces

 Teuchos
 

Functions

template<class Key , class Value >
std::string Teuchos::toString (const Hashtable< Key, Value > &h)
 
template<class Key , class Value >
std::ostream & Teuchos::operator<< (std::ostream &os, const Hashtable< Key, Value > &h)
 

Detailed Description

Templated hashtable class.

Definition in file Teuchos_Hashtable.hpp.