Searched refs:SharedPtr (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_SharedPtr.h | 176 template <typename U, typename ULockObject> friend class SharedPtr; variable 187 class SharedPtr 190 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr() function 199 …/* ctor */ explicit SharedPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TL… 223 /* ctor */ /* implicit */ SharedPtr(const SharedPtr& other) in SharedPtr() function 240 /* ctor */ /* implicit */ SharedPtr<TObj, TLockObject>(const SharedPtr<Y, TLockObject>& other) 256 /* ctor */ explicit SharedPtr(const WeakPtr<TObj, TLockObject>& other) in SharedPtr() function 275 /* dtor */ ~SharedPtr() in ~SharedPtr() 306 SharedPtr& operator = (const SharedPtr& other) 308 SharedPtr(other).SwapObjPtr(*this); [all …]
|
| /NW4C-1.2.23/demos/ut/SharedPtr/sources/ |
| D | main.cpp | 79 nw::ut::SharedPtr<Base> pBaseA; in nnMain() 85 nw::ut::SharedPtr<AAA> pAAA = nw::ut::SharedPtr<AAA>( objA, &allocator ); in nnMain() 86 …nw::ut::SharedPtr<BBB, nw::os::LockObject> pBBB = nw::ut::SharedPtr<BBB, nw::os::LockObject>( objB… in nnMain()
|
| /NW4C-1.2.23/demos/ut/ |
| D | OMakefile | 17 .SUBDIRS: RuntimeTypeInfo SharedPtr
|
| /NW4C-1.2.23/demos/ut/SharedPtr/ |
| D | OMakefile | 21 TARGET_PROGRAM = SharedPtr
|