libassa 3.5.1
|
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).
|
inlineexplicit |
R* ASSA::AutoPtrArrayRef< R >::m_ptr |