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

This is the complete list of members for msgpack_rpc::methods::IMethod, including all inherited members.

call(const messages::ParsedRequest &request)=0msgpack_rpc::methods::IMethodpure virtual
IMethod(const IMethod &)=delete (defined in msgpack_rpc::methods::IMethod)msgpack_rpc::methods::IMethod
IMethod(IMethod &&)=delete (defined in msgpack_rpc::methods::IMethod)msgpack_rpc::methods::IMethod
IMethod() noexcept=defaultmsgpack_rpc::methods::IMethodprotected
name() const noexcept=0msgpack_rpc::methods::IMethodpure virtual
notify(const messages::ParsedNotification &notification)=0msgpack_rpc::methods::IMethodpure virtual
operator=(const IMethod &)=delete (defined in msgpack_rpc::methods::IMethod)msgpack_rpc::methods::IMethod
operator=(IMethod &&)=delete (defined in msgpack_rpc::methods::IMethod)msgpack_rpc::methods::IMethod
~IMethod() noexcept=defaultmsgpack_rpc::methods::IMethodvirtual