
Definition in file ErrorStrategy.H.
#include <string>
Include dependency graph for ErrorStrategy.H:

This graph shows which files directly or indirectly include this file:

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 at line 44 of file ErrorStrategy.H. |
|
||||||||||||
|
string -> ErrorStrategy
Definition at line 62 of file ErrorStrategy.C. References toLowerCase(). |
|
|
ErrorStrategy -> string.
Definition at line 48 of file ErrorStrategy.C. References LFATAL. |
1.4.4