MCPcopy Create free account
hub / github.com/cinience/RedisStudio / CDelegate

Method CDelegate

DuiLib/Utils/UIDelegate.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 typedef bool (T::* Fn)(void*);
48public:
49 CDelegate(O* pObj, Fn pFn) : CDelegateBase(pObj, &pFn), m_pFn(pFn) { }
50 CDelegate(const CDelegate& rhs) : CDelegateBase(rhs) { m_pFn = rhs.m_pFn; }
51 virtual CDelegateBase* Copy() const { return new CDelegate(*this); }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected