![]() |
Bitcoin Core 29.99.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 192 of file proxy-types.h.
using mp::ListOutput<::capnp::List< T, kind > >::Builder = typename ::capnp::List<T, kind>::Builder |
Definition at line 194 of file proxy-types.h.
|
inline |
Definition at line 196 of file proxy-types.h.
|
inline |
Definition at line 201 of file proxy-types.h.
|
inline |
Definition at line 202 of file proxy-types.h.
|
inline |
Definition at line 204 of file proxy-types.h.
|
inline |
Definition at line 203 of file proxy-types.h.
Builder& mp::ListOutput<::capnp::List< T, kind > >::m_builder |
Definition at line 197 of file proxy-types.h.
size_t mp::ListOutput<::capnp::List< T, kind > >::m_index |
Definition at line 198 of file proxy-types.h.