![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <proxy-types.h>
Public Types | |
| using | Builder = typename ::capnp::List<T, kind>::Builder |
Public Member Functions | |
| ListOutput (Builder &builder, size_t index) | |
| decltype(auto) | get () const |
| decltype(auto) | init () const |
| template<typename B = Builder, typename Arg> | |
| decltype(auto) | set (Arg &&arg) const |
| template<typename B = Builder, typename Arg> | |
| decltype(auto) | init (Arg &&arg) const |
Public Attributes | |
| Builder & | m_builder |
| size_t | m_index |
Definition at line 267 of file proxy-types.h.
| using mp::ListOutput<::capnp::List< T, kind > >::Builder = typename ::capnp::List<T, kind>::Builder |
Definition at line 269 of file proxy-types.h.
|
inline |
Definition at line 271 of file proxy-types.h.
|
inline |
Definition at line 276 of file proxy-types.h.
|
inline |
Definition at line 277 of file proxy-types.h.
|
inline |
Definition at line 279 of file proxy-types.h.
|
inline |
Definition at line 278 of file proxy-types.h.
| Builder& mp::ListOutput<::capnp::List< T, kind > >::m_builder |
Definition at line 272 of file proxy-types.h.
| size_t mp::ListOutput<::capnp::List< T, kind > >::m_index |
Definition at line 273 of file proxy-types.h.