|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_TypeNameTraits.hpp>
Public Types | |
| typedef T * | T_ptr |
Static Public Member Functions | |
| static std::string | name () |
| static std::string | concreteName (T_ptr) |
Definition at line 166 of file Teuchos_TypeNameTraits.hpp.
| typedef T* Teuchos::TypeNameTraits< T * >::T_ptr |
Definition at line 168 of file Teuchos_TypeNameTraits.hpp.
| static std::string Teuchos::TypeNameTraits< T * >::name | ( | ) | [inline, static] |
Definition at line 169 of file Teuchos_TypeNameTraits.hpp.
| static std::string Teuchos::TypeNameTraits< T * >::concreteName | ( | T_ptr | ) | [inline, static] |
Definition at line 170 of file Teuchos_TypeNameTraits.hpp.
1.7.6.1