Bitcoin Core  26.1.0
P2P Digital Currency
Static Public Member Functions | List of all members
mp::init_fields::Context Struct Reference

#include <init.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 38 of file init.capnp.proxy.h.

Member Function Documentation

◆ get()

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

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

◆ getHas()

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

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

◆ getWant()

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

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

◆ has()

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

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

◆ init()

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

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

◆ set()

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

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

◆ setHas()

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

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

◆ setWant()

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

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


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