cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of MethodDict class. More...
#include <memory>
#include <string>
#include <unordered_map>
#include <utility>
#include <fmt/format.h>
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/messages/method_name_view.h"
#include "msgpack_rpc/methods/i_method.h"
Go to the source code of this file.
Classes | |
class | msgpack_rpc::methods::MethodDict |
Class of dictionaries of methods. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::methods |
Namespace of methods in MessagePack-RPC. |
Definition of MethodDict class.
Definition in file method_dict.h.