cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
method_dict.h File Reference

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"
Include dependency graph for method_dict.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition of MethodDict class.

Definition in file method_dict.h.