![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <proxy.h>
Additional Inherited Members | |
| Public Types inherited from mp::ProxyClientBase< Interface, Impl > | |
| using | Interface |
| using | Impl |
| using | Sub |
| using | Super |
| Public Member Functions inherited from mp::ProxyClientBase< Interface, Impl > | |
| ProxyClientBase (typename Interface::Client client, Connection *connection, bool destroy_connection) | |
| ~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.