Bitcoin Core 29.99.0
P2P Digital Currency
List of all members
mp::ProxyClientMethodTraits< MethodParams > Struct Template Reference

Customizable (through template specialization) traits class used in generated ProxyClient implementations from proxy-codegen.cpp. More...

#include <proxy.h>

Inheritance diagram for mp::ProxyClientMethodTraits< MethodParams >:
[legend]
Collaboration diagram for mp::ProxyClientMethodTraits< MethodParams >:
[legend]

Additional Inherited Members

- Public Types inherited from mp::ProxyMethodTraits< MethodParams, Enable >
using Params = TypeList<>
 
using Result = void
 
using Fields = Params
 
- Static Public Member Functions inherited from mp::ProxyMethodTraits< MethodParams, Enable >
template<typename ServerContext >
static void invoke (ServerContext &)
 

Detailed Description

template<typename MethodParams>
struct mp::ProxyClientMethodTraits< MethodParams >

Customizable (through template specialization) traits class used in generated ProxyClient implementations from proxy-codegen.cpp.

Definition at line 257 of file proxy.h.


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