Go to the source code of this file.
|
| template<typename T > |
| T | THM::stringToEnum (const std::string &s) |
| | Converts a string to an enum. More...
|
| |
| template<typename T > |
| T | THM::stringToEnum (const std::string &s, const std::map< std::string, T > &enum_map) |
| | Converts a string to an enum using a map of string to enum. More...
|
| |
| template<typename T > |
| MooseEnum | THM::getMooseEnum (const std::string &default_key, const std::map< std::string, T > &enum_map) |
| | Gets MooseEnum corresponding to an enum, using a map of string to enum. More...
|
| |