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_toString.hpp File Reference
#include "Teuchos_ConfigDefs.hpp"
Include dependency graph for Teuchos_toString.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::ToStringTraits< T >
 Default traits class for converting objects into strings. More...
 
class  Teuchos::ToStringTraits< bool >
 Specialization for bool. More...
 
class  Teuchos::ToStringTraits< std::string >
 Specialization for std::string. More...
 
class  Teuchos::ToStringTraits< double >
 Specialization for double. More...
 
class  Teuchos::ToStringTraits< float >
 Specialization for float. More...
 
class  Teuchos::ToStringTraits< std::pair< T1, T2 > >
 Partial specialization for std::pair<T1, T2>. More...
 

Namespaces

 Teuchos
 

Functions

template<typename T >
std::string Teuchos::toString (const T &t)
 Utility function for returning a pretty string representation of a object of type T. More...