Bitcoin Core  28.1.0
P2P Digital Currency
Public Types | List of all members
mp::ProxyType< FooImplementation > Struct Template Reference

#include <ipc_test.capnp.proxy.h>

Public Types

using Type = FooImplementation
 
using Message = gen::FooInterface
 
using Client = ProxyClient< Message >
 
using Server = ProxyServer< Message >
 

Detailed Description

template<>
struct mp::ProxyType< FooImplementation >

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

Member Typedef Documentation

◆ Client

using mp::ProxyType< FooImplementation >::Client = ProxyClient<Message>

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

◆ Message

using mp::ProxyType< FooImplementation >::Message = gen::FooInterface

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

◆ Server

using mp::ProxyType< FooImplementation >::Server = ProxyServer<Message>

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

◆ Type

using mp::ProxyType< FooImplementation >::Type = FooImplementation

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


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