duilib自学教程
|
Public 成员函数 | |
CDelegateBase (void *pObject, void *pFn) | |
CDelegateBase (const CDelegateBase &rhs) | |
bool | Equals (const CDelegateBase &rhs) const |
bool | operator() (void *param) |
virtual CDelegateBase * | Copy () const =0 |
Protected 成员函数 | |
void * | GetFn () |
void * | GetObject () |
virtual bool | Invoke (void *param)=0 |