#include <AutoPtr.h>
Collaboration diagram for ASSA::AutoPtrRef< R >:
Public Member Functions | |
AutoPtrRef (R *p_) | |
Public Attributes | |
R * | m_ptr |
An AutoPtr can be assigned (or constructed from) the result of a function which returns an AutoPtr by value (rvalue).
Definition at line 32 of file AutoPtr.h.
|
Definition at line 34 of file AutoPtr.h. 00034 : m_ptr (p_) { /* no-op */ }
|
|
Definition at line 36 of file AutoPtr.h. Referenced by ASSA::AutoPtr< X >::operator=(). |