Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | List of all members
mp::ServerField< argc, Accessor, Parent > Struct Template Reference

#include <proxy-types.h>

Inheritance diagram for mp::ServerField< argc, Accessor, Parent >:
[legend]
Collaboration diagram for mp::ServerField< argc, Accessor, Parent >:
[legend]

Public Member Functions

 ServerField (Parent parent)
 
const Parent & parent () const
 
template<typename ServerContext , typename ArgTypes , typename... Args>
decltype(auto) invoke (ServerContext &server_context, ArgTypes, Args &&... args) const
 

Detailed Description

template<int argc, typename Accessor, typename Parent>
struct mp::ServerField< argc, Accessor, Parent >

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

Constructor & Destructor Documentation

◆ ServerField()

template<int argc, typename Accessor , typename Parent >
mp::ServerField< argc, Accessor, Parent >::ServerField ( Parent  parent)
inline

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

Member Function Documentation

◆ invoke()

template<int argc, typename Accessor , typename Parent >
template<typename ServerContext , typename ArgTypes , typename... Args>
decltype(auto) mp::ServerField< argc, Accessor, Parent >::invoke ( ServerContext server_context,
ArgTypes  ,
Args &&...  args 
) const
inline

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

Here is the call graph for this function:

◆ parent()

template<int argc, typename Accessor , typename Parent >
const Parent & mp::ServerField< argc, Accessor, Parent >::parent ( ) const
inline

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

Here is the caller graph for this function:

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