https://mooseframework.inl.gov
Namespaces | Functions
THMEnums.h File Reference

Go to the source code of this file.

Namespaces

 THM
 

Functions

template<typename T >
THM::stringToEnum (const std::string &s)
 Converts a string to an enum. More...
 
template<typename 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...