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

#include <echo.capnp.proxy.h>

Static Public Member Functions

template<typename S >
static auto get (S &&s) -> decltype(s.getEcho())
 
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 38 of file echo.capnp.proxy.h.

Member Function Documentation

◆ get()

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

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

◆ getHas()

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

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

◆ getWant()

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

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

◆ has()

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

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

◆ init()

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

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

◆ set()

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

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

◆ setHas()

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

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

◆ setWant()

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

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


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