#include <rpc/RPCInvoker.h>
|
| ConcreteRPCInvoker (const Function &f) |
|
| ConcreteRPCInvoker (Function &&f) |
|
void | invoke (typename Backend::ServerRequest &request, typename Backend::ServerResponse &response) final |
| object is pointer to service object whose method is called More...
|
|
template<typename Head , typename... Tail, typename... Args> |
void | parseArguments (typename Backend::ServerRequest &request, typename Backend::ServerResponse &response, Args &&... args) |
|
template<typename... Ignore> |
void | parseArguments (typename Backend::ServerRequest &request, typename Backend::ServerResponse &response, Private::StrippedType< ARGS > &&... args) |
|
◆ ConcreteRPCInvoker() [1/2]
◆ ConcreteRPCInvoker() [2/2]
◆ getParameter()
◆ invoke()
void invoke |
( |
typename Backend::ServerRequest & |
request, |
|
|
typename Backend::ServerResponse & |
response |
|
) |
| |
|
inlinefinalvirtual |
◆ parseArguments() [1/2]
void parseArguments |
( |
typename Backend::ServerRequest & |
request, |
|
|
typename Backend::ServerResponse & |
response, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ parseArguments() [2/2]
void parseArguments |
( |
typename Backend::ServerRequest & |
request, |
|
|
typename Backend::ServerResponse & |
response, |
|
|
Private::StrippedType< ARGS > &&... |
args |
|
) |
| |
|
inline |
◆ fn
The documentation for this struct was generated from the following file: