More...
#include <RFReaderWriter.h>
Convenience class for a String/bool pair.
Intended use:
Public interface
Synopsis
Example
Definition at line 65 of file RFReaderWriter.h.
◆ RFError() [1/2]
| casacore::RFError::RFError |
( |
| ) |
|
Constructor, blank error.
◆ RFError() [2/2]
| casacore::RFError::RFError |
( |
const String & | error, |
|
|
bool | isFatal = false ) |
Constructor, error with the given text and isFatal flag.
References error(), and isFatal().
◆ ~RFError()
| casacore::RFError::~RFError |
( |
| ) |
|
◆ error()
| const String & casacore::RFError::error |
( |
| ) |
const |
◆ isFatal()
| bool casacore::RFError::isFatal |
( |
| ) |
const |
Returns whether this error was fatal or not.
Referenced by RFError(), and set().
◆ set()
| void casacore::RFError::set |
( |
const String & | error, |
|
|
bool | isFatal = false ) |
◆ error_p
| String casacore::RFError::error_p |
|
private |
◆ fatal_p
| bool casacore::RFError::fatal_p |
|
private |
The documentation for this class was generated from the following file: