libassa
3.5.1
|
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).
|
inlineexplicit |
R* ASSA::AutoPtrRef< R >::m_ptr |
Definition at line 36 of file AutoPtr.h.
Referenced by ASSA::AutoPtr< X >::operator=().