![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <proxy-io.h>
Public Types | |
| using | CallContext = CallContext_ |
Public Member Functions | |
| ServerInvokeContext (ProxyServer &proxy_server, CallContext &call_context, int req) | |
Public Attributes | |
| ProxyServer & | proxy_server |
| CallContext & | call_context |
| int | req |
Public Attributes inherited from mp::InvokeContext | |
| Connection & | connection |
Definition at line 44 of file proxy-io.h.
| using mp::ServerInvokeContext< ProxyServer, CallContext_ >::CallContext = CallContext_ |
Definition at line 46 of file proxy-io.h.
|
inline |
Definition at line 52 of file proxy-io.h.
| CallContext& mp::ServerInvokeContext< ProxyServer, CallContext_ >::call_context |
Definition at line 49 of file proxy-io.h.
| ProxyServer& mp::ServerInvokeContext< ProxyServer, CallContext_ >::proxy_server |
Definition at line 48 of file proxy-io.h.
| int mp::ServerInvokeContext< ProxyServer, CallContext_ >::req |
Definition at line 50 of file proxy-io.h.