|
Belos
Version of the Day
|
#include <BelosTypes.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Functions | |
| const char *TEUCHOS_DEPRECATED | Belos::toString (const StatusType status) |
| The string name corresponding to the given StatusType enum value. | |
| std::string | Belos::convertStatusTypeToString (const StatusType status) |
| The string name corresponding to the given StatusType enum value. | |
| StatusType | Belos::convertStringToStatusType (const std::string &status) |
| The StatusType enum value corresponding to the given string name. | |
| ScaleType | Belos::convertStringToScaleType (const std::string &scaleType) |
Convert the given string to its ScaleType enum value. | |
| std::string | Belos::convertScaleTypeToString (const ScaleType scaleType) |
Convert the given ScaleType enum value to its corresponding string. | |
| std::string | Belos::convertMsgTypeToString (const MsgType msgType) |
| Show MsgType as a comma-delimited list of names. | |
| std::string | Belos::convertReturnTypeToString (const ReturnType result) |
Convert the given ReturnType enum value to its corresponding string. | |
1.7.6.1