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

#include <ipc_test.capnp.proxy.h>

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

Public Member Functions

 ~ProxyServer ()
 
kj::Promise< void > add (AddContext call_context) override
 
kj::Promise< void > passOutPoint (PassOutPointContext call_context) override
 
kj::Promise< void > passUniValue (PassUniValueContext call_context) override
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ~ProxyServer()

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

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

Member Function Documentation

◆ add()

kj::Promise< void > mp::ProxyServer< gen::FooInterface >::add ( AddContext  call_context)
override

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

Here is the call graph for this function:

◆ passOutPoint()

kj::Promise< void > mp::ProxyServer< gen::FooInterface >::passOutPoint ( PassOutPointContext  call_context)
override

Definition at line 10 of file ipc_test.capnp.proxy-server.c++.

Here is the call graph for this function:

◆ passUniValue()

kj::Promise< void > mp::ProxyServer< gen::FooInterface >::passUniValue ( PassUniValueContext  call_context)
override

Definition at line 13 of file ipc_test.capnp.proxy-server.c++.

Here is the call graph for this function:

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