![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#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>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) |
Definition in file ModularServer.h.
| using AbstractMethodPointer = void(I::*)(Json::Value const& _parameter, Json::Value& _result) |
Definition at line 35 of file ModularServer.h.
| using AbstractNotificationPointer = void(I::*)(Json::Value const& _parameter) |
Definition at line 36 of file ModularServer.h.
1.8.11