![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <GeoShape.hpp>
Inherits EnumT< EClass >.
Public Member Functions | |
| Convert () | |
| constructor where all the converting maps are built More... | |
Public Member Functions inherited from EnumT< EClass > | |
| bool | is_valid (const EnumType &in) |
| conversion from enum to string More... | |
| std::string | to_str (const EnumType &in) |
| conversion from enum to string More... | |
| std::string | to_str (const int &in) |
| conversion from int to enum then to string More... | |
| EnumType | to_enum (const int &in) |
| conversion from int to enum (with validity check) More... | |
| EnumType | to_enum (const std::string &in) |
| conversion from string to enum More... | |
Static Public Member Functions | |
| static Convert & | instance () |
| get the unique instance of the converter class More... | |
Additional Inherited Members | |
Public Types inherited from EnumT< EClass > | |
| typedef EClass::Type | EnumType |
Protected Types inherited from EnumT< EClass > | |
| typedef std::map< EnumType, std::string > | FwdMap_t |
| type for forward map More... | |
| typedef std::map< std::string, EnumType > | BwdMap_t |
| type for reverse map More... | |
Protected Attributes inherited from EnumT< EClass > | |
| FwdMap_t | all_fwd |
| storage of the enum forward map More... | |
| BwdMap_t | all_rev |
| storage of the enum reverse map More... | |
Definition at line 39 of file GeoShape.hpp.
| Convert | ( | ) |
constructor where all the converting maps are built
Definition at line 26 of file GeoShape.cpp.
|
static |
get the unique instance of the converter class
Definition at line 20 of file GeoShape.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |