STLdoc
STLdocumentation
|
#include <vccorlib.h>
Public Member Functions | |
__abi_FunctorCapture (__TFunctor __functor) | |
virtual __TReturnType __stdcall | Invoke (__TArgs...__args) |
Public Member Functions inherited from Platform::Details::__abi_CaptureBase | |
void * | operator new (size_t __sizeArg, void *__pSmallCaptureArg) |
void | operator delete (void *__ptrArg, void *__pSmallCaptureArg) |
void * | GetVFunction (int __slotArg) |
void | Delete (__abi_CaptureBase *__pThisArg, void *__pSmallCaptureArg) |
Public Attributes | |
__TFunctor | functor |
Additional Inherited Members | |
Static Public Attributes inherited from Platform::Details::__abi_CaptureBase | |
static const size_t | __smallCaptureSize = 4 * sizeof(void*) |
Protected Member Functions inherited from Platform::Details::__abi_CaptureBase | |
virtual __stdcall | ~__abi_CaptureBase () |
|
inline |
|
inlinevirtual |
__TFunctor Platform::Details::__abi_FunctorCapture< __TFunctor, __TReturnType, __TArgs >::functor |