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

#include <proxy-types.h>

Inheritance diagram for mp::ClientException< Exception, Accessor >::ReadResults:
[legend]
Collaboration diagram for mp::ClientException< Exception, Accessor >::ReadResults:
[legend]

Public Member Functions

template<typename Results , typename ParamList >
void handleField (InvokeContext &invoke_context, Results &results, ParamList)
 
 ReadResults (ClientException *client_exception)
 
- Public Member Functions inherited from mp::IterateFieldsHelper< ReadResults, 0 >
void handleChain (Arg1 &&arg1, Arg2 &&arg2, ParamList, NextFn &&next_fn, NextFnArgs &&... next_fn_args)
 
void handleChain (Arg1 &&arg1, Arg2 &&arg2, ParamList)
 

Public Attributes

ClientExceptionm_client_exception
 

Detailed Description

template<typename Exception, typename Accessor>
struct mp::ClientException< Exception, Accessor >::ReadResults

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

Constructor & Destructor Documentation

◆ ReadResults()

template<typename Exception , typename Accessor >
mp::ClientException< Exception, Accessor >::ReadResults::ReadResults ( ClientException client_exception)
inline

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

Member Function Documentation

◆ handleField()

template<typename Exception , typename Accessor >
template<typename Results , typename ParamList >
void mp::ClientException< Exception, Accessor >::ReadResults::handleField ( InvokeContext invoke_context,
Results &  results,
ParamList   
)
inline

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

Here is the call graph for this function:

Member Data Documentation

◆ m_client_exception

template<typename Exception , typename Accessor >
ClientException* mp::ClientException< Exception, Accessor >::ReadResults::m_client_exception

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


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