Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Typedefs
ModularServer.h File Reference
#include <map>
#include <memory>
#include <string>
#include <tuple>
#include <vector>
#include <jsonrpccpp/common/procedure.h>
#include <jsonrpccpp/server/iprocedureinvokationhandler.h>
#include <jsonrpccpp/server/abstractserverconnector.h>
#include <jsonrpccpp/server/requesthandlerfactory.h>
Include dependency graph for ModularServer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServerInterface< I >
 
struct  ServerInterface< I >::RPCModule
 
class  ModularServer< Is >
 
class  ModularServer< I, Is... >
 

Typedefs

template<class I >
using AbstractMethodPointer = void(I::*)(Json::Value const &_parameter, Json::Value &_result)
 
template<class I >
using AbstractNotificationPointer = void(I::*)(Json::Value const &_parameter)
 

Detailed Description

Author
Marek Kotewicz marek.nosp@m.@eth.nosp@m.dev.c.nosp@m.om
Date
2015

Definition in file ModularServer.h.

Typedef Documentation

template<class I >
using AbstractMethodPointer = void(I::*)(Json::Value const& _parameter, Json::Value& _result)

Definition at line 35 of file ModularServer.h.

template<class I >
using AbstractNotificationPointer = void(I::*)(Json::Value const& _parameter)

Definition at line 36 of file ModularServer.h.