casa
5.7.0-16
|
Convenience class for a casacore::String/bool tuple. More...
#include <TBConstants.h>
Public Member Functions | |
Result (casacore::String r="", bool v=true) | |
Construct a Result with the given values. More... | |
~Result () | |
Public Attributes | |
casacore::String | result |
Result string. More... | |
bool | valid |
Result bool. More... | |
Convenience class for a casacore::String/bool tuple.
Result is nothing more than a casacore::String/bool pair. Semantically, it can be used to return the result of an operation: the casacore::String is the value and the bool indicates whether that value is valid or the operation was successful.
Definition at line 93 of file TBConstants.h.
|
inline |
Construct a Result with the given values.
Definition at line 96 of file TBConstants.h.
|
inline |
Definition at line 98 of file TBConstants.h.
casacore::String casa::Result::result |
Result string.
Definition at line 101 of file TBConstants.h.
bool casa::Result::valid |
Result bool.
Definition at line 104 of file TBConstants.h.