![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <ipc_test.capnp.proxy.h>
Public Types | |
| using | M0 = ProxyClientMethodTraits< gen::FooInterface::AddParams > |
| using | M1 = ProxyClientMethodTraits< gen::FooInterface::PassOutPointParams > |
| using | M2 = ProxyClientMethodTraits< gen::FooInterface::PassUniValueParams > |
Public Member Functions | |
| ~ProxyClient () | |
| M0::Result | add (M0::Param< 0 > a, M0::Param< 1 > b) |
| M1::Result | passOutPoint (M1::Param< 0 > arg) |
| M2::Result | passUniValue (M2::Param< 0 > arg) |
Definition at line 85 of file ipc_test.capnp.proxy.h.
| using mp::ProxyClient< gen::FooInterface >::M0 = ProxyClientMethodTraits<gen::FooInterface::AddParams> |
Definition at line 90 of file ipc_test.capnp.proxy.h.
| using mp::ProxyClient< gen::FooInterface >::M1 = ProxyClientMethodTraits<gen::FooInterface::PassOutPointParams> |
Definition at line 92 of file ipc_test.capnp.proxy.h.
| using mp::ProxyClient< gen::FooInterface >::M2 = ProxyClientMethodTraits<gen::FooInterface::PassUniValueParams> |
Definition at line 94 of file ipc_test.capnp.proxy.h.
| mp::ProxyClient< gen::FooInterface >::~ProxyClient | ( | ) |
Definition at line 7 of file ipc_test.capnp.proxy-types.c++.
| ProxyClient< gen::FooInterface >::M0::Result mp::ProxyClient< gen::FooInterface >::add | ( | M0::Param< 0 > | a, |
| M0::Param< 1 > | b | ||
| ) |
Definition at line 7 of file ipc_test.capnp.proxy-client.c++.
| ProxyClient< gen::FooInterface >::M1::Result mp::ProxyClient< gen::FooInterface >::passOutPoint | ( | M1::Param< 0 > | arg | ) |
Definition at line 12 of file ipc_test.capnp.proxy-client.c++.
| ProxyClient< gen::FooInterface >::M2::Result mp::ProxyClient< gen::FooInterface >::passUniValue | ( | M2::Param< 0 > | arg | ) |
Definition at line 17 of file ipc_test.capnp.proxy-client.c++.
1.8.14