nw::ut::WeakPtr::WeakPtr Constructor
WeakPtr();
template <class U>
WeakPtr(
const SharedPtr< U, TLockObject > & other
);
template <class U>
WeakPtr(
const WeakPtr< U, TLockObject > & other
);
| WeakPtr ( ) | Constructor. |
| WeakPtr ( const SharedPtr< U, TLockObject > & ) | Copy constructor. |
| WeakPtr ( const WeakPtr< U, TLockObject > & ) | Copy constructor. |
Constructor.
Copy constructor.
Copy constructor.
CONFIDENTIAL