Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::TypeNameTraits< T * > Class Template Reference

#include <Teuchos_TypeNameTraits.hpp>

Inheritance diagram for Teuchos::TypeNameTraits< T * >:

Public Types

typedef T * T_ptr
 

Static Public Member Functions

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

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() [1/2]

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

Definition at line 178 of file Teuchos_TypeNameTraits.hpp.

◆ concreteName() [1/2]

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

Definition at line 179 of file Teuchos_TypeNameTraits.hpp.

◆ name() [2/2]

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

Definition at line 88 of file Teuchos_TypeNameTraits.hpp.

◆ concreteName() [2/2]

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: