GEOSX
Static Public Member Functions | List of all members
geosx::TypeName< T > Struct Template Reference

Utility class for querying type names at runtime. More...

#include <DataTypes.hpp>

Static Public Member Functions

static string full ()
 
static string brief ()
 

Detailed Description

template<typename T>
struct geosx::TypeName< T >

Utility class for querying type names at runtime.

Template Parameters
Tthe target type

This relies on LvArray's demangling facilities and simply adds some convenience methods like getting the brief name.

Definition at line 706 of file DataTypes.hpp.

Member Function Documentation

◆ brief()

template<typename T >
static string geosx::TypeName< T >::brief ( )
inlinestatic
Returns
brief name of the type (ignoring namespaces).

Definition at line 719 of file DataTypes.hpp.

◆ full()

template<typename T >
static string geosx::TypeName< T >::full ( )
inlinestatic
Returns
Full name of the type.

Definition at line 711 of file DataTypes.hpp.


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