GEOSX
Static Public Member Functions | List of all members
geos::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 geos::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 650 of file DataTypes.hpp.

Member Function Documentation

◆ brief()

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

Definition at line 663 of file DataTypes.hpp.

◆ full()

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

Definition at line 655 of file DataTypes.hpp.


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