Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/control/handling-pattern.hpp"
Result (Status) of command execution.
It is returned when invoking a HandlingPattern and can be used to check for success and/or re-throw any Exception encountered during the command execution.
Definition at line 71 of file handling-pattern.hpp.
Public Member Functions | |
bool | isValid () const |
void | maybeThrow () const |
operator bool () const | |
Friends | |
class | HandlingPattern |
Protected Member Functions | |
ExecResult () | |
default: command executed successfully | |
ExecResult (lumiera::Error const &) | |
this result marks a failed execution More... | |
Private Attributes | |
const string | log_ |
|
protected |
this result marks a failed execution
Definition at line 109 of file handling-pattern.cpp.
References lumiera_error().