#include <FastDelegate.h>
Public Member Functions | |
template<class X , class XMemFunc > | |
void | bindconstmemfunc (const X *pthis, XMemFunc function_to_bind) |
template<class X , class XMemFunc > | |
void | bindmemfunc (X *pthis, XMemFunc function_to_bind) |
template<class DerivedClass , class ParentInvokerSig > | |
void | bindstaticfunc (DerivedClass *pParent, ParentInvokerSig static_function_invoker, StaticFuncPtr function_to_bind) |
template<class DerivedClass > | |
void | CopyFrom (DerivedClass *pParent, const DelegateMemento &right) |
GenericMemFunc | GetClosureMemPtr () const |
GenericClass * | GetClosureThis () const |
UnvoidStaticFuncPtr | GetStaticFunction () const |
bool | IsEqualToStaticFuncPtr (StaticFuncPtr funcptr) |
Public Member Functions inherited from fastdelegate::DelegateMemento | |
void | clear () |
DelegateMemento () | |
DelegateMemento (const DelegateMemento &right) | |
bool | empty () const |
bool | IsEqual (const DelegateMemento &x) const |
bool | IsLess (const DelegateMemento &right) const |
bool | operator! () const |
bool | operator< (const DelegateMemento &right) |
DelegateMemento & | operator= (const DelegateMemento &right) |
bool | operator> (const DelegateMemento &right) |
Additional Inherited Members | |
Protected Types inherited from fastdelegate::DelegateMemento | |
typedef void(detail::GenericClass::* | GenericMemFuncType) () |
Protected Member Functions inherited from fastdelegate::DelegateMemento | |
void | SetMementoFrom (const DelegateMemento &right) |
Protected Attributes inherited from fastdelegate::DelegateMemento | |
GenericMemFuncType | m_pFunction |
detail::GenericClass * | m_pthis |
Definition at line 664 of file FastDelegate.h.
|
inline |
Definition at line 684 of file FastDelegate.h.
|
inline |
Definition at line 672 of file FastDelegate.h.
|
inline |
Definition at line 767 of file FastDelegate.h.
|
inline |
Definition at line 759 of file FastDelegate.h.
|
inline |
Definition at line 702 of file FastDelegate.h.
|
inline |
Definition at line 701 of file FastDelegate.h.
|
inline |
Definition at line 792 of file FastDelegate.h.
|
inline |
Definition at line 802 of file FastDelegate.h.