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

#include <init.capnp.proxy.h>

Static Public Member Functions

template<typename S >
static auto get (S &&s) -> decltype(s.getThreadMap())
 
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 init.capnp.proxy.h.

Member Function Documentation

◆ get()

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

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

◆ getHas()

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

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

◆ getWant()

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

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

◆ has()

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

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

◆ init()

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

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

◆ set()

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

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

◆ setHas()

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

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

◆ setWant()

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

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


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