Public Member Functions | |
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) | |
Protected Types | |
typedef void(detail::GenericClass::* | GenericMemFuncType )() |
Protected Member Functions | |
void | SetMementoFrom (const DelegateMemento &right) |
Protected Attributes | |
detail::GenericClass * | m_pthis |
GenericMemFuncType | m_pFunction |