![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <ipc_test.capnp.h>
Public Types | |
| typedef FooInterface | Calls |
| typedef FooInterface | Reads |
Public Member Functions | |
| Client (decltype(nullptr)) | |
| Client (::kj::Own< ::capnp::ClientHook > &&hook) | |
| template<typename _t , typename = ::kj::EnableIf< ::kj::canConvert<_t*, Server*>()>> | |
| Client (::kj::Own< _t > &&server) | |
| template<typename _t , typename = ::kj::EnableIf< ::kj::canConvert<_t*, Client*>()>> | |
| Client (::kj::Promise< _t > &&promise) | |
| Client (::kj::Exception &&exception) | |
| Client (Client &)=default | |
| Client (Client &&)=default | |
| Client & | operator= (Client &other) |
| Client & | operator= (Client &&other) |
| ::capnp::Request< ::gen::FooInterface::AddParams, ::gen::FooInterface::AddResults > | addRequest (::kj::Maybe< ::capnp::MessageSize > sizeHint=nullptr) |
| ::capnp::Request< ::gen::FooInterface::PassOutPointParams, ::gen::FooInterface::PassOutPointResults > | passOutPointRequest (::kj::Maybe< ::capnp::MessageSize > sizeHint=nullptr) |
| ::capnp::Request< ::gen::FooInterface::PassUniValueParams, ::gen::FooInterface::PassUniValueResults > | passUniValueRequest (::kj::Maybe< ::capnp::MessageSize > sizeHint=nullptr) |
Protected Member Functions | |
| Client ()=default | |
Definition at line 151 of file ipc_test.capnp.h.
Definition at line 154 of file ipc_test.capnp.h.
Definition at line 155 of file ipc_test.capnp.h.
|
inline |
Definition at line 699 of file ipc_test.capnp.h.
|
inlineexplicit |
Definition at line 701 of file ipc_test.capnp.h.
|
inline |
Definition at line 705 of file ipc_test.capnp.h.
|
inline |
Definition at line 708 of file ipc_test.capnp.h.
|
inline |
Definition at line 710 of file ipc_test.capnp.h.
|
default |
|
default |
|
protecteddefault |
| capnp::Request<::gen::FooInterface::AddParams,::gen::FooInterface::AddResults > gen::FooInterface::Client::addRequest | ( | ::kj::Maybe< ::capnp::MessageSize > | sizeHint = nullptr | ) |
|
inline |
Definition at line 712 of file ipc_test.capnp.h.
|
inline |
Definition at line 716 of file ipc_test.capnp.h.
| capnp::Request<::gen::FooInterface::PassOutPointParams,::gen::FooInterface::PassOutPointResults > gen::FooInterface::Client::passOutPointRequest | ( | ::kj::Maybe< ::capnp::MessageSize > | sizeHint = nullptr | ) |
| capnp::Request<::gen::FooInterface::PassUniValueParams,::gen::FooInterface::PassUniValueResults > gen::FooInterface::Client::passUniValueRequest | ( | ::kj::Maybe< ::capnp::MessageSize > | sizeHint = nullptr | ) |
1.8.14