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

Method Copy

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

Source from the content-addressed store, hash-verified

32 CDelegateStatic(Fn pFn) : CDelegateBase(NULL, pFn) { }
33 CDelegateStatic(const CDelegateStatic& rhs) : CDelegateBase(rhs) { }
34 virtual CDelegateBase* Copy() const { return new CDelegateStatic(*this); }
35
36protected:
37 virtual bool Invoke(void* param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected