#include <ipc_test.capnp.proxy.h>
|
| | ~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 |
| |
template<>
struct mp::ProxyServer< gen::FooInterface >
Definition at line 99 of file ipc_test.capnp.proxy.h.
◆ ~ProxyServer()
◆ add()
| kj::Promise< void > mp::ProxyServer< gen::FooInterface >::add |
( |
AddContext |
call_context | ) |
|
|
override |
◆ passOutPoint()
| kj::Promise< void > mp::ProxyServer< gen::FooInterface >::passOutPoint |
( |
PassOutPointContext |
call_context | ) |
|
|
override |
◆ passUniValue()
| kj::Promise< void > mp::ProxyServer< gen::FooInterface >::passUniValue |
( |
PassUniValueContext |
call_context | ) |
|
|
override |
The documentation for this struct was generated from the following files: