![]() |
Bitcoin Core 30.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 217 of file proxy-types.h.
| using mp::ListOutput<::capnp::List< T, kind > >::Builder = typename ::capnp::List<T, kind>::Builder |
Definition at line 219 of file proxy-types.h.
|
inline |
Definition at line 221 of file proxy-types.h.
|
inline |
Definition at line 226 of file proxy-types.h.
|
inline |
Definition at line 227 of file proxy-types.h.
|
inline |
Definition at line 229 of file proxy-types.h.
|
inline |
Definition at line 228 of file proxy-types.h.
| Builder& mp::ListOutput<::capnp::List< T, kind > >::m_builder |
Definition at line 222 of file proxy-types.h.
| size_t mp::ListOutput<::capnp::List< T, kind > >::m_index |
Definition at line 223 of file proxy-types.h.