![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <operationresult.h>
Public Member Functions | |
| CallResult () | |
| CallResult (T _obj) | |
| CallResult (const std::string &error) | |
| const Optional< T > & | getObjResult () const |
Public Member Functions inherited from OperationResult | |
| OperationResult (bool _res, const std::string &_error) | |
| OperationResult (bool _res) | |
| std::string | getError () const |
| bool | getRes () const |
| operator bool () const | |
Private Attributes | |
| Optional< T > | m_obj_res {nullopt} |
Definition at line 33 of file operationresult.h.
|
inline |
Definition at line 38 of file operationresult.h.
|
inlineexplicit |
Definition at line 39 of file operationresult.h.
|
inlineexplicit |
Definition at line 40 of file operationresult.h.
|
inline |
|
private |
Definition at line 36 of file operationresult.h.