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

Function MakeDelegate

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

Source from the content-addressed store, hash-verified

63
64template <class O, class T>
65CDelegate<O, T> MakeDelegate(O* pObject, bool (T::* pFn)(void*))
66{
67 return CDelegate<O, T>(pObject, pFn);
68}
69
70inline CDelegateStatic MakeDelegate(bool (*pFn)(void*))
71{

Callers 5

operator+=Method · 0.85
operator-=Method · 0.85
AddMethod · 0.85
AddAtMethod · 0.85
OnMenuWakeupMethod · 0.85

Calls 1

CDelegateStaticClass · 0.85

Tested by

no test coverage detected