|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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) |
| | |
Default traits class that just returns typeid(T).name().
Definition at line 83 of file Teuchos_TypeNameTraits.hpp.
| static std::string Teuchos::TypeNameTraits< T >::name | ( | ) | [inline, static] |
Definition at line 86 of file Teuchos_TypeNameTraits.hpp.
| static std::string Teuchos::TypeNameTraits< T >::concreteName | ( | const T & | t | ) | [inline, static] |
Definition at line 92 of file Teuchos_TypeNameTraits.hpp.
1.7.6.1