|
STIR
6.3.0
|
a class containing an enumeration type that can be used by functions to signal successful operation or not More...
#include "stir/Succeeded.h"
Public Types | |
| enum | value { yes, no } |
Public Member Functions | |
| Succeeded (const value &v=yes) | |
| bool | operator== (const Succeeded &v2) const |
| bool | operator!= (const Succeeded &v2) const |
| bool | succeeded () const |
| convenience function returns if it is equal to Succeeded::yes | |
a class containing an enumeration type that can be used by functions to signal successful operation or not
Example:
1.8.13