Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
template<typename T >
void P6R::p6ScopedPtr< T >::reset ( T *  p = 0)
inline

Destroy any existing owned object, then take ownership of the object pointed to by p argument.

Parameters
pRaw Pointer to take ownership of.

Definition at line 91 of file p6scopedptr.h.