![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <ipc_test.capnp.h>
Public Types | |
| typedef FooInterface | Serves |
Public Member Functions | |
| ::capnp::Capability::Server::DispatchCallResult | dispatchCall (uint64_t interfaceId, uint16_t methodId, ::capnp::CallContext< ::capnp::AnyPointer, ::capnp::AnyPointer > context) override |
Protected Types | |
| typedef ::gen::FooInterface::AddParams | AddParams |
| typedef ::gen::FooInterface::AddResults | AddResults |
| typedef ::capnp::CallContext< AddParams, AddResults > | AddContext |
| typedef ::gen::FooInterface::PassOutPointParams | PassOutPointParams |
| typedef ::gen::FooInterface::PassOutPointResults | PassOutPointResults |
| typedef ::capnp::CallContext< PassOutPointParams, PassOutPointResults > | PassOutPointContext |
| typedef ::gen::FooInterface::PassUniValueParams | PassUniValueParams |
| typedef ::gen::FooInterface::PassUniValueResults | PassUniValueResults |
| typedef ::capnp::CallContext< PassUniValueParams, PassUniValueResults > | PassUniValueContext |
Protected Member Functions | |
| virtual ::kj::Promise< void > | add (AddContext context) |
| virtual ::kj::Promise< void > | passOutPoint (PassOutPointContext context) |
| virtual ::kj::Promise< void > | passUniValue (PassUniValueContext context) |
| inline ::gen::FooInterface::Client | thisCap () |
| ::capnp::Capability::Server::DispatchCallResult | dispatchCallInternal (uint16_t methodId, ::capnp::CallContext< ::capnp::AnyPointer, ::capnp::AnyPointer > context) |
Definition at line 180 of file ipc_test.capnp.h.
|
protected |
Definition at line 193 of file ipc_test.capnp.h.
|
protected |
Definition at line 191 of file ipc_test.capnp.h.
|
protected |
Definition at line 192 of file ipc_test.capnp.h.
|
protected |
Definition at line 197 of file ipc_test.capnp.h.
|
protected |
Definition at line 195 of file ipc_test.capnp.h.
|
protected |
Definition at line 196 of file ipc_test.capnp.h.
|
protected |
Definition at line 201 of file ipc_test.capnp.h.
|
protected |
Definition at line 199 of file ipc_test.capnp.h.
|
protected |
Definition at line 200 of file ipc_test.capnp.h.
Definition at line 183 of file ipc_test.capnp.h.
|
protected |
Definition at line 391 of file ipc_test.capnp.c++.
|
override |
Definition at line 416 of file ipc_test.capnp.c++.
|
protected |
Definition at line 426 of file ipc_test.capnp.c++.
|
protected |
Definition at line 401 of file ipc_test.capnp.c++.
|
protected |
Definition at line 411 of file ipc_test.capnp.c++.
|
inlineprotected |
Definition at line 204 of file ipc_test.capnp.h.
1.8.14