Searched defs:WeakPtr (Results 1 – 1 of 1) sorted by relevance
179 template <typename Obj, typename TLockObject = DefaultLockObject> class WeakPtr; variable400 template <typename U, typename ULockObject> friend class WeakPtr; variable451 /* ctor */ WeakPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) in WeakPtr() function461 /* ctor */ /* implicit */ WeakPtr(const SharedPtr<U, TLockObject>& other) in WeakPtr() function478 /* ctor */ /* implicit */ WeakPtr(const WeakPtr<U, TLockObject>& other) in WeakPtr() function