Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
template <class O, class T>
65
CDelegate<O, T> MakeDelegate(O* pObject, bool (T::* pFn)(void*))
66
{
67
return CDelegate<O, T>(pObject, pFn);
68
}
69
70
inline CDelegateStatic MakeDelegate(bool (*pFn)(void*))
71
{
Callers
5
operator+=
Method · 0.85
operator-=
Method · 0.85
Add
Method · 0.85
AddAt
Method · 0.85
OnMenuWakeup
Method · 0.85
Calls
1
CDelegateStatic
Class · 0.85
Tested by
no test coverage detected