![]() |
Bitcoin Core 30.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 741 of file proxy-types.h.
| using mp::ProxyTypeRegister::Types = std::map<std::type_index, ProxyContext&(*)(void*)> |
Definition at line 746 of file proxy-types.h.
|
inline |
Definition at line 743 of file proxy-types.h.
|
inlinestatic |
Definition at line 747 of file proxy-types.h.