A wrapper class to provide AutoPtr with reference semantics. More...
#include <AutoPtr.h>
Public Member Functions | |
| AutoPtrRef (R *p_) | |
Public Attributes | |
| R * | m_ptr |
A wrapper class to provide AutoPtr with reference semantics.
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.
| ASSA::AutoPtrRef< R >::AutoPtrRef | ( | R * | p_ | ) | [inline, explicit] |
| R* ASSA::AutoPtrRef< R >::m_ptr |
Definition at line 36 of file AutoPtr.h.
Referenced by ASSA::AutoPtr< X >::operator=().
1.6.1