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

Method Invoke

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

Source from the content-addressed store, hash-verified

52
53protected:
54 virtual bool Invoke(void* param)
55 {
56 O* pObject = (O*) GetObject();
57 return (pObject->*m_pFn)(param);
58 }
59
60private:
61 Fn m_pFn;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected