GEOSX
Classes | Static Public Member Functions | List of all members
geosx::rtTypes Class Reference

Class to manage the type selection of types at runtime. More...

#include <DataTypes.hpp>

Classes

class  typeRegex
 Matching regex for data types in xml. More...
 

Static Public Member Functions

static string typeNames (std::type_index const key)
 Convert a std::type_index to a string. More...
 

Detailed Description

Class to manage the type selection of types at runtime.

Definition at line 495 of file DataTypes.hpp.

Member Function Documentation

◆ typeNames()

static string geosx::rtTypes::typeNames ( std::type_index const  key)
inlinestatic

Convert a std::type_index to a string.

Parameters
keythe std::type_index of the type
Returns
a hard coded string that is related to the std::type_index

Definition at line 504 of file DataTypes.hpp.


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