cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
This is the complete list of members for msgpack_rpc::methods::IMethod, including all inherited members.
call(const messages::ParsedRequest &request)=0 | msgpack_rpc::methods::IMethod | pure 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=default | msgpack_rpc::methods::IMethod | protected |
name() const noexcept=0 | msgpack_rpc::methods::IMethod | pure virtual |
notify(const messages::ParsedNotification ¬ification)=0 | msgpack_rpc::methods::IMethod | pure 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=default | msgpack_rpc::methods::IMethod | virtual |