sdbus-c++ 1.5.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
#include <MethodResult.h>
Public Member Functions | |
Result (MethodCall call) | |
Result (const Result &)=delete | |
Result & | operator= (const Result &)=delete |
Result (Result &&other)=default | |
Result & | operator= (Result &&other)=default |
void | returnResults (const _Results &... results) const |
void | returnError (const Error &error) const |
Represents result of an asynchronous server-side method. An instance is provided to the method and shall be set by the method to either method return value or an error.