Belos
Version of the Day
|
Go to the source code of this file.
Namespaces | |
Belos | |
Functions | |
std::string | Belos::convertStatusTypeToString (const StatusType status) |
The string name corresponding to the given StatusType enum value. More... | |
StatusType | Belos::convertStringToStatusType (const std::string &status) |
The StatusType enum value corresponding to the given string name. More... | |
NormType | Belos::convertStringToNormType (const std::string &normType) |
Convert the given string to its NormType enum value. More... | |
ScaleType | Belos::convertStringToScaleType (const std::string &scaleType) |
Convert the given string to its ScaleType enum value. More... | |
std::string | Belos::convertScaleTypeToString (const ScaleType scaleType) |
Convert the given ScaleType enum value to its corresponding string. More... | |
std::string | Belos::convertMsgTypeToString (const MsgType msgType) |
Show MsgType as a comma-delimited list of names. More... | |
std::string | Belos::convertReturnTypeToString (const ReturnType result) |
Convert the given ReturnType enum value to its corresponding string. More... | |