#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
Classes | |
| class | Teuchos::TypeNameTraits< T > |
Default traits class that just returns typeid(T).name(). More... | |
| class | Teuchos::TypeNameTraits< T * > |
| class | Teuchos::TypeNameTraits< std::string > |
| class | Teuchos::TypeNameTraits< void * > |
Defines | |
| #define | TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION(TYPE) |
Functions | |
| std::string | Teuchos::demangleName (const std::string &mangledName) |
| Demangle a C++ name if valid. | |
| template<typename T> | |
| std::string | Teuchos::typeName (const T &t) |
| Template function for returning the demangled name of an object. | |
Definition in file Teuchos_TypeNameTraits.hpp.
1.4.7