|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
TypeNameTraits specialization for Array. More...
#include <Teuchos_Array.hpp>
Static Public Member Functions | |
| static std::string | name () |
| static std::string | concreteName (const Array< T > &) |
TypeNameTraits specialization for Array.
NOTE: Use of this class requires that either that the type T be defined or that a TypeNameTraits<T> specialization exists. In order to not restrict the use of Array<T> for undefined pointer types (where T=U*), this TypeNameTraits class specialization will not be used in core Array functionality. This might seem trivial except that some MPI implementations use pointers to undefined structs and if you want to portably story these undefined struct pointers in an Array, then you can't use this traits class. C++ is quite lacking in cases like this.
Definition at line 687 of file Teuchos_Array.hpp.
| static std::string Teuchos::TypeNameTraits< Array< T > >::name | ( | ) | [inline, static] |
Definition at line 689 of file Teuchos_Array.hpp.
| static std::string Teuchos::TypeNameTraits< Array< T > >::concreteName | ( | const Array< T > & | ) | [inline, static] |
Definition at line 691 of file Teuchos_Array.hpp.
1.7.4