AutoPtr< T > Member List

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

AutoPtr()AutoPtr< T >
AutoPtr(Y *ptr)AutoPtr< T >explicit
AutoPtr(Y *ptr, Deleter deleter)AutoPtr< T >
AutoPtr(AutoPtrRef< T > rhs)AutoPtr< T >
AutoPtr(AutoPtr &&other)AutoPtr< T >
get() constAutoPtr< T >
move(AutoPtr< T > &p)AutoPtr< T >related
operator AutoPtrRef< Y >()AutoPtr< T >
operator bool() constAutoPtr< T >
operator!() constAutoPtr< T >
operator!=(const AutoPtr< T > &a, const AutoPtr< Y > &b)AutoPtr< T >related
operator!=(const AutoPtr< T > &a, const Y *b)AutoPtr< T >related
operator*() constAutoPtr< T >
operator->() constAutoPtr< T >
operator<(const AutoPtr< T > &a, const AutoPtr< Y > &b)AutoPtr< T >related
operator<(const AutoPtr< T > &a, const Y *b)AutoPtr< T >related
operator=(AutoPtr &&other)AutoPtr< T >
operator=(AutoPtrRef< T > rhs)AutoPtr< T >
operator==(const AutoPtr< T > &a, const AutoPtr< Y > &b)AutoPtr< T >related
operator==(const AutoPtr< T > &a, const Y *b)AutoPtr< T >related
release()AutoPtr< T >
reset()AutoPtr< T >
reset(Y *ptr)AutoPtr< T >
~AutoPtr()AutoPtr< T >