Searched refs:SharedPtr (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_SharedPtr.h | 178 template <typename U, typename ULockObject> friend class SharedPtr; variable 189 class SharedPtr 192 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr() function 201 …/* ctor */ explicit SharedPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TL… 225 /* ctor */ /* implicit */ SharedPtr(const SharedPtr& other) in SharedPtr() function 242 /* ctor */ /* implicit */ SharedPtr<TObj, TLockObject>(const SharedPtr<Y, TLockObject>& other) 258 /* ctor */ explicit SharedPtr(const WeakPtr<TObj, TLockObject>& other) in SharedPtr() function 277 /* dtor */ ~SharedPtr() in ~SharedPtr() 308 SharedPtr& operator = (const SharedPtr& other) 310 SharedPtr(other).SwapObjPtr(*this); [all …]
|
| /NW4C-2.0.3/demos/ut/SharedPtr/sources/ |
| D | main.cpp | 81 nw::ut::SharedPtr<Base> pBaseA; in nnMain() 87 nw::ut::SharedPtr<AAA> pAAA = nw::ut::SharedPtr<AAA>( objA, &allocator ); in nnMain() 88 …nw::ut::SharedPtr<BBB, nw::os::LockObject> pBBB = nw::ut::SharedPtr<BBB, nw::os::LockObject>( objB… in nnMain()
|
| /NW4C-2.0.3/demos/ut/ |
| D | OMakefile | 19 .SUBDIRS: RuntimeTypeInfo SharedPtr
|
| /NW4C-2.0.3/demos/ut/SharedPtr/ |
| D | OMakefile | 23 TARGET_PROGRAM = SharedPtr
|