JSON RPC
JSON-RPC 2.0 library for C++
dispatcher_p.h File Reference

Contains the private implementation details of the JSON RPC dispatcher class. More...

#include <functional>
#include <string>
#include <string_view>
#include <unordered_map>
#include "dispatcher.h"
+ Include dependency graph for dispatcher_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wwa::json_rpc::dispatcher_private
 Private implementation of the JSON RPC dispatcher class. More...
 
struct  wwa::json_rpc::hasher
 Custom hasher for std::string_view. More...
 
struct  wwa::json_rpc::jsonrpc_request
 Represents a JSON RPC request. More...
 

Namespaces

namespace  wwa
 
namespace  wwa::json_rpc
 Library namespace.
 

Detailed Description

Contains the private implementation details of the JSON RPC dispatcher class.

Definition in file dispatcher_p.h.