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

Method CDelegateBase

DuiLib/Utils/UIDelegate.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace DuiLib {
4
5CDelegateBase::CDelegateBase(void* pObject, void* pFn)
6{
7 m_pObject = pObject;
8 m_pFn = pFn;
9}
10
11CDelegateBase::CDelegateBase(const CDelegateBase& rhs)
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected