Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mp::echo_fields::Context Struct Reference

#include <echo.capnp.proxy.h>

Static Public Member Functions

template<typename S >
static auto get (S &&s) -> decltype(s.getContext())
 
template<typename S >
static bool has (S &&s)
 
template<typename S , typename A >
static void set (S &&s, A &&a)
 
template<typename S , typename... A>
static decltype(auto) init (S &&s, A &&... a)
 
template<typename S >
static bool getWant (S &&s)
 
template<typename S >
static void setWant (S &&s)
 
template<typename S >
static bool getHas (S &&s)
 
template<typename S >
static void setHas (S &&s)
 

Detailed Description

Definition at line 27 of file echo.capnp.proxy.h.

Member Function Documentation

◆ get()

template<typename S >
static auto mp::echo_fields::Context::get ( S && s) -> decltype(s.getContext())
inlinestatic

Definition at line 29 of file echo.capnp.proxy.h.

◆ getHas()

template<typename S >
static bool mp::echo_fields::Context::getHas ( S && s)
inlinestatic

Definition at line 35 of file echo.capnp.proxy.h.

◆ getWant()

template<typename S >
static bool mp::echo_fields::Context::getWant ( S && s)
inlinestatic

Definition at line 33 of file echo.capnp.proxy.h.

◆ has()

template<typename S >
static bool mp::echo_fields::Context::has ( S && s)
inlinestatic

Definition at line 30 of file echo.capnp.proxy.h.

◆ init()

template<typename S , typename... A>
static decltype(auto) mp::echo_fields::Context::init ( S && s,
A &&... a )
inlinestatic

Definition at line 32 of file echo.capnp.proxy.h.

◆ set()

template<typename S , typename A >
static void mp::echo_fields::Context::set ( S && s,
A && a )
inlinestatic

Definition at line 31 of file echo.capnp.proxy.h.

◆ setHas()

template<typename S >
static void mp::echo_fields::Context::setHas ( S && s)
inlinestatic

Definition at line 36 of file echo.capnp.proxy.h.

◆ setWant()

template<typename S >
static void mp::echo_fields::Context::setWant ( S && s)
inlinestatic

Definition at line 34 of file echo.capnp.proxy.h.


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