Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Teuchos::TypeNameTraits< T > Class Template Reference

Default traits class that just returns typeid(T).name(). More...

#include <Teuchos_TypeNameTraits.hpp>

Static Public Member Functions

static std::string name ()
 
static std::string concreteName (const T &t)
 

Detailed Description

template<typename T>
class Teuchos::TypeNameTraits< T >

Default traits class that just returns typeid(T).name().

Definition at line 85 of file Teuchos_TypeNameTraits.hpp.

Member Function Documentation

template<typename T >
static std::string Teuchos::TypeNameTraits< T >::name ( )
inlinestatic

Definition at line 88 of file Teuchos_TypeNameTraits.hpp.

template<typename T >
static std::string Teuchos::TypeNameTraits< T >::concreteName ( const T &  t)
inlinestatic

Definition at line 94 of file Teuchos_TypeNameTraits.hpp.


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