Home
last modified time | relevance | path

Searched refs:m_pCnt (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h192 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr()
203 m_pCnt( pCnt ), in m_pObj()
208 m_pCnt = NULL; in m_pObj()
212 if ( m_pCnt == NULL ) in m_pObj()
214 m_pCnt = SharedPtrCount<TLockObject>::Create( pAllocator ); in m_pObj()
216 m_pCnt->AddRef(); in m_pObj()
217 m_pCnt->WeakAddRef(); in m_pObj()
227 m_pCnt( other.m_pCnt ), in SharedPtr()
230 if (m_pCnt) in SharedPtr()
232 m_pCnt->AddRef(); in SharedPtr()
[all …]