#include "Util/ErrorStrategy.H"
#include "Util/StringConversions.H"
#include "Util/StringUtil.H"
#include "Util/log.H"
Go to the source code of this file.
Functions | |
std::string | convertToString (const ErrorStrategy &val) |
ErrorStrategy -> string. | |
void | convertFromString (const std::string &str, ErrorStrategy &val) |
string -> ErrorStrategy |
An enum for the classic abort/retry/ignore error-handling choices
Definition in file ErrorStrategy.C.
void convertFromString | ( | const std::string & | str, | |
ErrorStrategy & | val | |||
) |
std::string convertToString | ( | const ErrorStrategy & | val | ) |
ErrorStrategy -> string.
Definition at line 48 of file ErrorStrategy.C.