DeleteThisAutoPtr< Type > Member List

This is the complete list of members for DeleteThisAutoPtr< Type >, including all inherited members.
AutoPtr(Type *p=NULL)AutoPtr< Type, DeleteThisDestructor > [inline, explicit]
AutoPtr(AutoPtr &a)AutoPtr< Type, DeleteThisDestructor > [inline]
AutoPtr(AutoPtr< OtherType, DeleteThisDestructor > &a)AutoPtr< Type, DeleteThisDestructor > [inline]
AutoPtr(const AutoPtrRef< Type > &ref)AutoPtr< Type, DeleteThisDestructor > [inline]
DeleteThisAutoPtr(Type *p=NULL)DeleteThisAutoPtr< Type > [inline, explicit]
DeleteThisAutoPtr(const AutoPtrRef< Type > &ref)DeleteThisAutoPtr< Type > [inline]
destructor typedefAutoPtr< Type, DeleteThisDestructor >
element_type typedefAutoPtr< Type, DeleteThisDestructor >
Get() constAutoPtr< Type, DeleteThisDestructor > [inline]
IsNull() constAutoPtr< Type, DeleteThisDestructor > [inline]
operator AutoPtr< OtherType, DeleteThisDestructor >()AutoPtr< Type, DeleteThisDestructor > [inline]
operator AutoPtrRef< OtherType >()AutoPtr< Type, DeleteThisDestructor > [inline]
operator*() constAutoPtr< Type, DeleteThisDestructor > [inline]
operator->() constAutoPtr< Type, DeleteThisDestructor > [inline]
operator=(AutoPtr &a)AutoPtr< Type, DeleteThisDestructor > [inline]
operator=(AutoPtr< OtherType, DeleteThisDestructor > &a)AutoPtr< Type, DeleteThisDestructor > [inline]
Release()AutoPtr< Type, DeleteThisDestructor > [inline]
Reset(Type *p=NULL)AutoPtr< Type, DeleteThisDestructor > [inline]
~AutoPtr()AutoPtr< Type, DeleteThisDestructor > [inline]