Go to the source code of this file.
Namespaces | |
| namespace | THM |
Functions | |
| template<typename T > | |
| T | THM::stringToEnum (const std::string &s) |
| Converts a string to an enum. | |
| 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. | |
| 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. | |