Bitcoin Core 29.99.0
P2P Digital Currency
List of all members
mp::ProxyClientCustom< Interface, Impl > Class Template Reference

Customizable (through template specialization) base class used in generated ProxyClient implementations from proxy-codegen.cpp. More...

#include <proxy.h>

Inheritance diagram for mp::ProxyClientCustom< Interface, Impl >:
[legend]
Collaboration diagram for mp::ProxyClientCustom< Interface, Impl >:
[legend]

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)
 
 ~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
 

Detailed Description

template<typename Interface, typename Impl>
class mp::ProxyClientCustom< Interface, Impl >

Customizable (through template specialization) base class used in generated ProxyClient implementations from proxy-codegen.cpp.

Definition at line 112 of file proxy.h.


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