nw::ut::WeakPtr::WeakPtr Constructor

Syntax

WeakPtr();
template <class U>
WeakPtr(
     const SharedPtr< U, TLockObject > & other
);
template <class U>
WeakPtr(
     const WeakPtr< U, TLockObject > & other
);

List of Overloaded Member Functions

WeakPtr ( ) Constructor.
WeakPtr ( const SharedPtr< U, TLockObject > & ) Copy constructor.
WeakPtr ( const WeakPtr< U, TLockObject > & ) Copy constructor.

Description of WeakPtr ( )

Constructor.

Description of WeakPtr ( const SharedPtr< U, TLockObject > & )

Copy constructor.

Description of WeakPtr ( const WeakPtr< U, TLockObject > & )

Copy constructor.


CONFIDENTIAL