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