ErrorStrategy.H File Reference

#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

Detailed Description

An enum for the classic abort/retry/ignore error-handling choices

Definition in file ErrorStrategy.H.


Enumeration Type Documentation

An enum for the classic abort/retry/ignore error-handling choices.

Definition at line 44 of file ErrorStrategy.H.


Function Documentation

void convertFromString ( const std::string str,
ErrorStrategy val 
)

string -> ErrorStrategy

Definition at line 62 of file ErrorStrategy.C.

References toLowerCase().

std::string convertToString ( const ErrorStrategy val  ) 

ErrorStrategy -> string.

Definition at line 48 of file ErrorStrategy.C.

Generated on Sun May 8 08:19:17 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3