cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
msgpack_rpc::messages::CallResult Member List

This is the complete list of members for msgpack_rpc::messages::CallResult, including all inherited members.

CallResult(const CallResult &)=defaultmsgpack_rpc::messages::CallResult
CallResult(CallResult &&) noexcept=defaultmsgpack_rpc::messages::CallResult
CallResult(bool is_error, msgpack::object object, std::shared_ptr< msgpack::zone > zone)msgpack_rpc::messages::CallResultinlineprivate
create_error(msgpack::object object, std::shared_ptr< msgpack::zone > zone)msgpack_rpc::messages::CallResultinlinestatic
create_result(msgpack::object object, std::shared_ptr< msgpack::zone > zone)msgpack_rpc::messages::CallResultinlinestatic
error_as() constmsgpack_rpc::messages::CallResultinline
is_error() const noexceptmsgpack_rpc::messages::CallResultinline
is_error_msgpack_rpc::messages::CallResultprivate
is_success() const noexceptmsgpack_rpc::messages::CallResultinline
object() const noexceptmsgpack_rpc::messages::CallResultinline
object_msgpack_rpc::messages::CallResultprivate
operator=(const CallResult &)=defaultmsgpack_rpc::messages::CallResult
operator=(CallResult &&) noexcept=defaultmsgpack_rpc::messages::CallResult
result_as() constmsgpack_rpc::messages::CallResultinline
zone() const noexceptmsgpack_rpc::messages::CallResultinline
zone_msgpack_rpc::messages::CallResultprivate
~CallResult()=defaultmsgpack_rpc::messages::CallResult