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

Method Copy

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

Source from the content-addressed store, hash-verified

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
53protected:
54 virtual bool Invoke(void* param)

Callers 1

operator+=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected