|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of IClientImpl class. More...
#include <memory>#include "msgpack_rpc/clients/impl/i_call_future_impl.h"#include "msgpack_rpc/clients/impl/parameters_serializer.h"#include "msgpack_rpc/executors/i_executor.h"#include "msgpack_rpc/messages/method_name_view.h"Go to the source code of this file.
Classes | |
| class | msgpack_rpc::clients::impl::IClientImpl |
| Interface of internal implementation of clients. More... | |
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
| namespace | msgpack_rpc::clients |
| Namespace of clients. | |
| namespace | msgpack_rpc::clients::impl |
| Namespace of internal implementations. | |
Definition of IClientImpl class.
Definition in file i_client_impl.h.