|
template<class X , class XMemFunc > |
void | bindmemfunc (X *pthis, XMemFunc function_to_bind) |
|
template<class X , class XMemFunc > |
void | bindconstmemfunc (const X *pthis, XMemFunc function_to_bind) |
|
GenericClass * | GetClosureThis () const |
|
GenericMemFunc | GetClosureMemPtr () const |
|
template<class DerivedClass > |
void | CopyFrom (DerivedClass *pParent, const DelegateMemento &right) |
|
template<class DerivedClass , class ParentInvokerSig > |
void | bindstaticfunc (DerivedClass *pParent, ParentInvokerSig static_function_invoker, StaticFuncPtr function_to_bind) |
|
UnvoidStaticFuncPtr | GetStaticFunction () const |
|
bool | IsEqualToStaticFuncPtr (StaticFuncPtr funcptr) |
|
void | clear () |
|
bool | IsEqual (const DelegateMemento &x) const |
|
bool | IsLess (const DelegateMemento &right) const |
|
bool | operator! () const |
|
bool | empty () const |
|
DelegateMemento & | operator= (const DelegateMemento &right) |
|
bool | operator< (const DelegateMemento &right) |
|
bool | operator> (const DelegateMemento &right) |
|
| DelegateMemento (const DelegateMemento &right) |
|
|
typedef void(detail::GenericClass::* | GenericMemFuncType )() |
|
void | SetMementoFrom (const DelegateMemento &right) |
|
detail::GenericClass * | m_pthis |
|
GenericMemFuncType | m_pFunction |
|
The documentation for this class was generated from the following file: