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

#include <proxy-types.h>

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

Public Member Functions

template<typename... Args>
void handleField (Args &&... args)
 
template<int I, typename... Args>
auto callRead (Args &&... args) -> std::enable_if_t<(I< sizeof...(Types))>
 
template<int I, typename Results , typename... Params, typename... Values>
auto callRead (ClientInvokeContext &invoke_context, Results &results, TypeList< Params... >, Values &&... values) -> std::enable_if_t< I==sizeof...(Types)>
 
 ReadResults (ClientParam *client_param)
 
- Public Member Functions inherited from mp::IterateFieldsHelper< ReadResults, 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 >::ReadResults

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

Constructor & Destructor Documentation

◆ ReadResults()

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

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

Member Function Documentation

◆ callRead() [1/2]

template<typename Accessor , typename... Types>
template<int I, typename... Args>
auto mp::ClientParam< Accessor, Types >::ReadResults::callRead ( Args &&...  args) -> std::enable_if_t<(I < sizeof...(Types))>
inline

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

◆ callRead() [2/2]

template<typename Accessor , typename... Types>
template<int I, typename Results , typename... Params, typename... Values>
auto mp::ClientParam< Accessor, Types >::ReadResults::callRead ( ClientInvokeContext invoke_context,
Results &  results,
TypeList< Params... >  ,
Values &&...  values 
) -> std::enable_if_t<I == sizeof...(Types)>
inline

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

Here is the call graph for this function:

◆ handleField()

template<typename Accessor , typename... Types>
template<typename... Args>
void mp::ClientParam< Accessor, Types >::ReadResults::handleField ( Args &&...  args)
inline

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

Member Data Documentation

◆ m_client_param

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

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


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