#include <TBConstants.h>
Result is nothing more than a String/bool pair. Semantically, it can be used to return the result of an operation: the String is the value and the bool indicates whether that value is valid or the operation was successful.
Definition at line 94 of file TBConstants.h.
Public Member Functions | |
| Result (String r="", bool v=true) | |
| Construct a Result with the given values. | |
| ~Result () | |
Public Attributes | |
| String | result |
| Result string. | |
| bool | valid |
| Result bool. | |
| casa::Result::Result | ( | String | r = "", |
|
| bool | v = true | |||
| ) | [inline] |
| casa::Result::~Result | ( | ) | [inline] |
Definition at line 99 of file TBConstants.h.
| String casa::Result::result |
| bool casa::Result::valid |
1.5.1