![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Map to convert client interface pointers to ProxyContext struct references at runtime using typeids. More...
#include <proxy-types.h>
Public Types | |
using | Types = std::map< std::type_index, ProxyContext &(*)(void *)> |
Public Member Functions | |
template<typename Interface > | |
ProxyTypeRegister (TypeList< Interface >) | |
Static Public Member Functions | |
static Types & | types () |
Map to convert client interface pointers to ProxyContext struct references at runtime using typeids.
Definition at line 716 of file proxy-types.h.
using mp::ProxyTypeRegister::Types = std::map<std::type_index, ProxyContext&(*)(void*)> |
Definition at line 721 of file proxy-types.h.
|
inline |
Definition at line 718 of file proxy-types.h.
|
inlinestatic |
Definition at line 722 of file proxy-types.h.