#include <AutoPtr.h>
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.
| ASSA::AutoPtrRef< R >::AutoPtrRef | ( | R * | p_ | ) | [inline, explicit] |
| R* ASSA::AutoPtrRef< R >::m_ptr |
1.5.5