SPH
SafePtr< T > Member List

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

AutoPtr()AutoPtr< T >inline
AutoPtr(std::nullptr_t)AutoPtr< T >inline
AutoPtr(T *ptr)AutoPtr< T >inlineexplicit
AutoPtr(const AutoPtr &other)=deleteAutoPtr< T >
AutoPtr(AutoPtr< T2 > &&other)AutoPtr< T >inline
get() constAutoPtr< T >inline
operator bool() constAutoPtr< T >inlineexplicit
operator!() constAutoPtr< T >inline
operator()(TArgs &&... args) constSafePtr< T >inline
operator*() constSafePtr< T >inline
operator->() constSafePtr< T >inline
operator=(const AutoPtr &other)=deleteAutoPtr< T >
operator=(AutoPtr< T2 > &&other)AutoPtr< T >inline
operator=(std::nullptr_t)AutoPtr< T >inline
release()AutoPtr< T >inline
reset()AutoPtr< T >inline
swap(AutoPtr &other)AutoPtr< T >inline
~AutoPtr()AutoPtr< T >inline