Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Teuchos::TypeNameTraits< T * > Class Template Reference

#include <Teuchos_TypeNameTraits.hpp>

Public Types

typedef T * T_ptr
 

Static Public Member Functions

static std::string name ()
 
static std::string concreteName (T_ptr)
 

Detailed Description

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

Definition at line 175 of file Teuchos_TypeNameTraits.hpp.

Member Typedef Documentation

◆ T_ptr

template<typename T >
typedef T* Teuchos::TypeNameTraits< T * >::T_ptr

Definition at line 177 of file Teuchos_TypeNameTraits.hpp.

Member Function Documentation

◆ name()

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

Definition at line 178 of file Teuchos_TypeNameTraits.hpp.

◆ concreteName()

template<typename T >
static std::string Teuchos::TypeNameTraits< T * >::concreteName ( T_ptr  )
inlinestatic

Definition at line 179 of file Teuchos_TypeNameTraits.hpp.


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