![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Customizable (through template specialization) base class used in generated ProxyClient implementations from proxy-codegen.cpp. More...
#include <proxy.h>
Additional Inherited Members | |
Public Types inherited from mp::ProxyClientBase< Interface, Impl > | |
| using | Interface = Interface |
| using | Impl = Impl |
| using | Sub = ProxyClient< Interface > |
| using | Super = ProxyClientBase< Interface, Impl > |
Public Member Functions inherited from mp::ProxyClientBase< Interface, Impl > | |
| ProxyClientBase (typename Interface::Client client, Connection *connection, bool destroy_connection) | |
| Construct libmultiprocess client object wrapping Cap'n Proto client object with a reference to the associated mp::Connection object. More... | |
| ~ProxyClientBase () noexcept | |
Static Public Member Functions inherited from mp::ProxyClientBase< Interface, Impl > | |
| static void | construct (Super &) |
| static void | destroy (Super &) |
Public Attributes inherited from mp::ProxyClientBase< Interface, Impl > | |
| Interface::Client | m_client |
| ProxyContext | m_context |
Customizable (through template specialization) base class used in generated ProxyClient implementations from proxy-codegen.cpp.