Bitcoin Core 29.99.0
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
mp::ServerInvokeContext< ProxyServer, CallContext_ > Struct Template Reference

#include <proxy-io.h>

Inheritance diagram for mp::ServerInvokeContext< ProxyServer, CallContext_ >:
[legend]
Collaboration diagram for mp::ServerInvokeContext< ProxyServer, CallContext_ >:
[legend]

Public Types

using CallContext = CallContext_
 

Public Member Functions

 ServerInvokeContext (ProxyServer &proxy_server, CallContext &call_context, int req)
 

Public Attributes

ProxyServerproxy_server
 
CallContextcall_context
 
int req
 
- Public Attributes inherited from mp::InvokeContext
Connectionconnection
 

Detailed Description

template<typename ProxyServer, typename CallContext_>
struct mp::ServerInvokeContext< ProxyServer, CallContext_ >

Definition at line 41 of file proxy-io.h.

Member Typedef Documentation

◆ CallContext

template<typename ProxyServer , typename CallContext_ >
using mp::ServerInvokeContext< ProxyServer, CallContext_ >::CallContext = CallContext_

Definition at line 43 of file proxy-io.h.

Constructor & Destructor Documentation

◆ ServerInvokeContext()

template<typename ProxyServer , typename CallContext_ >
mp::ServerInvokeContext< ProxyServer, CallContext_ >::ServerInvokeContext ( ProxyServer proxy_server,
CallContext call_context,
int  req 
)
inline

Definition at line 49 of file proxy-io.h.

Member Data Documentation

◆ call_context

template<typename ProxyServer , typename CallContext_ >
CallContext& mp::ServerInvokeContext< ProxyServer, CallContext_ >::call_context

Definition at line 46 of file proxy-io.h.

◆ proxy_server

template<typename ProxyServer , typename CallContext_ >
ProxyServer& mp::ServerInvokeContext< ProxyServer, CallContext_ >::proxy_server

Definition at line 45 of file proxy-io.h.

◆ req

template<typename ProxyServer , typename CallContext_ >
int mp::ServerInvokeContext< ProxyServer, CallContext_ >::req

Definition at line 47 of file proxy-io.h.


The documentation for this struct was generated from the following file: