AutoPtr< T, Destroy > Member List

This is the complete list of members for AutoPtr< T, Destroy >, including all inherited members.

AutoPtr(T *ptr=0)AutoPtr< T, Destroy >explicit
AutoPtr(AutoPtrRef< T > rhs)AutoPtr< T, Destroy >
get() constAutoPtr< T, Destroy >
operator AutoPtrRef< Y >()AutoPtr< T, Destroy >
operator bool() constAutoPtr< T, Destroy >
operator!() constAutoPtr< T, Destroy >
operator!=(const AutoPtr< T, D > &a, const AutoPtr< T2, D2 > &b)AutoPtr< T, Destroy >related
operator!=(const AutoPtr< T, D > &a, const T2 *b)AutoPtr< T, Destroy >related
operator*() constAutoPtr< T, Destroy >
operator->() constAutoPtr< T, Destroy >
operator<(const AutoPtr< T, D > &a, const AutoPtr< T2, D2 > &b)AutoPtr< T, Destroy >related
operator<(const AutoPtr< T, D > &a, const T2 *b)AutoPtr< T, Destroy >related
operator=(AutoPtrRef< T > rhs)AutoPtr< T, Destroy >
operator==(const AutoPtr< T, D > &a, const AutoPtr< T2, D2 > &b)AutoPtr< T, Destroy >related
operator==(const AutoPtr< T, D > &a, const T2 *b)AutoPtr< T, Destroy >related
release()AutoPtr< T, Destroy >
reset(T *ptr=0)AutoPtr< T, Destroy >
~AutoPtr()AutoPtr< T, Destroy >