![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <proxy-types.h>
Public Member Functions | |
template<typename S > | |
StructField (S &struct_) | |
decltype(auto) | get () const |
bool | has () const |
bool | want () const |
template<typename... Args> | |
decltype(auto) | set (Args &&...args) const |
template<typename... Args> | |
decltype(auto) | init (Args &&...args) const |
void | setHas () const |
void | setWant () const |
Public Attributes | |
Struct & | m_struct |
Definition at line 32 of file proxy-types.h.
|
inline |
Definition at line 35 of file proxy-types.h.
|
inline |
Definition at line 40 of file proxy-types.h.
|
inline |
|
inline |
Definition at line 64 of file proxy-types.h.
|
inline |
Definition at line 60 of file proxy-types.h.
|
inline |
Definition at line 68 of file proxy-types.h.
|
inline |
Definition at line 74 of file proxy-types.h.
|
inline |
Definition at line 52 of file proxy-types.h.
Struct& mp::StructField< Accessor, Struct >::m_struct |
Definition at line 38 of file proxy-types.h.