$extrastylesheet
#include <auto_ptr.h>
Public Member Functions | |
| AutoPtrRef (Tp1 *p) | |
Public Attributes | |
| Tp1 * | _ptr |
A wrapper class to provide AutoPtr with reference semantics. For example, an AutoPtr can be assigned (or constructed from) the result of a function which returns an AutoPtr by value.
All the AutoPtrRef stuff should happen behind the scenes.
Definition at line 64 of file auto_ptr.h.
| libMesh::AutoPtrRef< Tp1 >::AutoPtrRef | ( | Tp1 * | p | ) | [inline, explicit] |
| Tp1* libMesh::AutoPtrRef< Tp1 >::_ptr |
The actual pointer.
Definition at line 69 of file auto_ptr.h.
Referenced by libMesh::AutoPtr< Tp >::operator=().