Used as a return.
More...
#include <util.hpp>
Used as a return.
Definition at line 28 of file util.hpp.
| hebi::FunctionCallResult::FunctionCallResult |
( |
bool |
success | ) |
|
|
inlineexplicit |
| hebi::FunctionCallResult::FunctionCallResult |
( |
bool |
success, |
|
|
const std::string & |
failure |
|
) |
| |
|
inline |
| const std::string& hebi::FunctionCallResult::failureMessage |
( |
| ) |
const |
|
inline |
The failure message, if the call this represents failed.
On success, this will always be a valid empty string (i.e., result.failureMessage().empty() is always true).
Definition at line 43 of file util.hpp.
| hebi::FunctionCallResult::operator bool |
( |
| ) |
const |
|
inline |
| bool hebi::FunctionCallResult::success |
( |
| ) |
const |
|
inline |
| std::string hebi::FunctionCallResult::failure_message_ |
|
private |
| bool hebi::FunctionCallResult::ok_ |
|
private |
The documentation for this class was generated from the following file: