AutoPtrRef< T > Struct Template Reference

#include <autoPtr.h>

List of all members.


template<class T> struct AutoPtrRef< T >


Public Member Functions

 AutoPtrRef (T *ptr)

Public Attributes

T * _ptr

Constructor & Destructor Documentation

template<class T>
AutoPtrRef< T >::AutoPtrRef ( T *  ptr  )  [inline]


Member Data Documentation

template<class T>
T* AutoPtrRef< T >::_ptr