|
||
IMPLEMENTATION_PROXY_ENTRY (aUid, aFuncPtr) {{aUid},(TProxyNewLPtr)(aFuncPtr)}
Macro to initialise an element of a static array of TImplementationProxy
TImplementationProxy
objects. This macro deals with casting the function pointer to the type used in the structure.
|
typedef TAny*(* TFuncPtr)();
Pre-defined function pointer type used in TImplementationProxy
TImplementationProxy
typedef TAny* TProxyNewLPtr;
Typedef used to cover the difference between EABI and older handling of the instantiation method pointer.