casacore
|
#include <RFReaderWriter.h>
Public Member Functions | |
RFError () | |
Constructor, blank error. More... | |
RFError (const String &error, bool isFatal=false) | |
Constructor, error with the given text and isFatal flag. More... | |
~RFError () | |
Destructor. More... | |
bool | isFatal () const |
Returns whether this error was fatal or not. More... | |
const String & | error () const |
Returns this error's text. More... | |
void | set (const String &error, bool isFatal=false) |
Sets the error. More... | |
Private Attributes | |
String | error_p |
bool | fatal_p |
Convenience class for a String/bool pair.
Public interface
Definition at line 67 of file RFReaderWriter.h.
casacore::RFError::RFError | ( | ) |
Constructor, blank error.
casacore::RFError::RFError | ( | const String & | error, |
bool | isFatal = false |
||
) |
Constructor, error with the given text and isFatal flag.
casacore::RFError::~RFError | ( | ) |
Destructor.
const String& casacore::RFError::error | ( | ) | const |
Returns this error's text.
bool casacore::RFError::isFatal | ( | ) | const |
Returns whether this error was fatal or not.
void casacore::RFError::set | ( | const String & | error, |
bool | isFatal = false |
||
) |
Sets the error.
|
private |
Definition at line 89 of file RFReaderWriter.h.
|
private |
Definition at line 90 of file RFReaderWriter.h.