
#include <string>

Go to the source code of this file.
Enumerations | |
| enum | ErrorStrategy { ERR_ABORT = 0x20df5999, ERR_IGNORE, ERR_RETRY } |
An enum for the classic abort/retry/ignore error-handling choices. More... | |
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.H.
| enum ErrorStrategy |
An enum for the classic abort/retry/ignore error-handling choices.
Definition at line 44 of file ErrorStrategy.H.
| void convertFromString | ( | const std::string & | str, | |
| ErrorStrategy & | val | |||
| ) |
| std::string convertToString | ( | const ErrorStrategy & | val | ) |
ErrorStrategy -> string.
Definition at line 48 of file ErrorStrategy.C.
1.6.3