fastdelegate::detail::ClosurePtr
Engine/source/core/util/FastDelegate.h
Public Functions
bindconstmemfunc(const X * pthis, XMemFunc function_to_bind)
bindmemfunc(X * pthis, XMemFunc function_to_bind)
bindstaticfunc(DerivedClass * pParent, ParentInvokerSig static_function_invoker, StaticFuncPtr function_to_bind)
CopyFrom(DerivedClass * pParent, const DelegateMemento & right)
GenericMemFunc
GenericClass *
UnvoidStaticFuncPtr
bool
IsEqualToStaticFuncPtr(StaticFuncPtr funcptr)
Detailed Description
Public Functions
bindconstmemfunc(const X * pthis, XMemFunc function_to_bind)
bindmemfunc(X * pthis, XMemFunc function_to_bind)
bindstaticfunc(DerivedClass * pParent, ParentInvokerSig static_function_invoker, StaticFuncPtr function_to_bind)
CopyFrom(DerivedClass * pParent, const DelegateMemento & right)
GetClosureMemPtr()
GetClosureThis()
GetStaticFunction()
IsEqualToStaticFuncPtr(StaticFuncPtr funcptr)