DUNE-ACFEM (unstable)
Dune::ACFem::TypeString< T > Class Template Reference
A class constructing the name of another type. More...
#include <dune/acfem/common/typestring.hh>
Public Member Functions | |
std::string | name (bool postProcess=true) const |
If implemented for the current compiler return the name of the given type. More... | |
Detailed Description
template<class T>
class Dune::ACFem::TypeString< T >
class Dune::ACFem::TypeString< T >
A class constructing the name of another type.
Member Function Documentation
◆ name()
template<class T >
|
inline |
If implemented for the current compiler return the name of the given type.
- Parameters
-
[in] stripNameSpaces If true strip Dune::, ACFem:: and Fem:: name-spaces from the type-name.
Referenced by Dune::ACFem::typeString().
The documentation for this class was generated from the following file:
- dune/acfem/common/typestring.hh
