Bitcoin Core  28.1.0
P2P Digital Currency
Public Types | Public Member Functions | List of all members
mp::ProxyClient< gen::FooInterface > Struct Template Referencefinal

#include <ipc_test.capnp.proxy.h>

Inheritance diagram for mp::ProxyClient< gen::FooInterface >:
[legend]
Collaboration diagram for mp::ProxyClient< gen::FooInterface >:
[legend]

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)
 

Detailed Description

template<>
struct mp::ProxyClient< gen::FooInterface >

Definition at line 85 of file ipc_test.capnp.proxy.h.

Member Typedef Documentation

◆ M0

using mp::ProxyClient< gen::FooInterface >::M0 = ProxyClientMethodTraits<gen::FooInterface::AddParams>

Definition at line 90 of file ipc_test.capnp.proxy.h.

◆ M1

using mp::ProxyClient< gen::FooInterface >::M1 = ProxyClientMethodTraits<gen::FooInterface::PassOutPointParams>

Definition at line 92 of file ipc_test.capnp.proxy.h.

◆ M2

using mp::ProxyClient< gen::FooInterface >::M2 = ProxyClientMethodTraits<gen::FooInterface::PassUniValueParams>

Definition at line 94 of file ipc_test.capnp.proxy.h.

Constructor & Destructor Documentation

◆ ~ProxyClient()

mp::ProxyClient< gen::FooInterface >::~ProxyClient ( )

Definition at line 7 of file ipc_test.capnp.proxy-types.c++.

Member Function Documentation

◆ add()

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++.

Here is the call graph for this function:

◆ passOutPoint()

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++.

Here is the call graph for this function:

◆ passUniValue()

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++.

Here is the call graph for this function:

The documentation for this struct was generated from the following files: