Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
mp::ClientParam< Accessor, Types >::BuildParams Struct Reference

#include <proxy-types.h>

Inheritance diagram for mp::ClientParam< Accessor, Types >::BuildParams:
[legend]
Collaboration diagram for mp::ClientParam< Accessor, Types >::BuildParams:
[legend]

Public Member Functions

template<typename Params , typename ParamList >
void handleField (ClientInvokeContext &invoke_context, Params &params, ParamList)
 
 BuildParams (ClientParam *client_param)
 
- Public Member Functions inherited from mp::IterateFieldsHelper< BuildParams, sizeof...(Types)>
void handleChain (Arg1 &&arg1, Arg2 &&arg2, ParamList, NextFn &&next_fn, NextFnArgs &&... next_fn_args)
 
void handleChain (Arg1 &&arg1, Arg2 &&arg2, ParamList)
 

Public Attributes

ClientParamm_client_param
 

Detailed Description

template<typename Accessor, typename... Types>
struct mp::ClientParam< Accessor, Types >::BuildParams

Definition at line 390 of file proxy-types.h.

Constructor & Destructor Documentation

◆ BuildParams()

template<typename Accessor , typename... Types>
mp::ClientParam< Accessor, Types >::BuildParams::BuildParams ( ClientParam client_param)
inline

Definition at line 412 of file proxy-types.h.

Member Function Documentation

◆ handleField()

template<typename Accessor , typename... Types>
template<typename Params , typename ParamList >
void mp::ClientParam< Accessor, Types >::BuildParams::handleField ( ClientInvokeContext invoke_context,
Params params,
ParamList   
)
inline

Definition at line 393 of file proxy-types.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_client_param

template<typename Accessor , typename... Types>
ClientParam* mp::ClientParam< Accessor, Types >::BuildParams::m_client_param

Definition at line 413 of file proxy-types.h.


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