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

Method CDelegateStatic

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

Source from the content-addressed store, hash-verified

30 typedef bool (*Fn)(void*);
31public:
32 CDelegateStatic(Fn pFn) : CDelegateBase(NULL, pFn) { }
33 CDelegateStatic(const CDelegateStatic& rhs) : CDelegateBase(rhs) { }
34 virtual CDelegateBase* Copy() const { return new CDelegateStatic(*this); }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected