Searched defs:AutoPtr (Results 1 – 3 of 3) sorted by relevance
24 inline AutoPtr() : mPtr(nullptr) {} in AutoPtr() function81 AutoPtr<T>::AutoPtr(T *other) : mPtr(other) in AutoPtr() function89 AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) : mPtr(other.mPtr) in AutoPtr() function97 AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) : mPtr(other.mPtr) in AutoPtr() function
17 inline AutoPtr() : mPtr(nullptr) {} in AutoPtr() function74 AutoPtr<T>::AutoPtr(T *other) : mPtr(other) in AutoPtr() function82 AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) : mPtr(other.mPtr) in AutoPtr() function90 AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) : mPtr(other.mPtr) in AutoPtr() function
24 AutoPtr() in AutoPtr() function83 AutoPtr<T>::AutoPtr(T* other) in AutoPtr() function92 AutoPtr<T>::AutoPtr(const AutoPtr<T>& other) in AutoPtr() function101 AutoPtr<T>::AutoPtr(AutoPtr<T>&& other) in AutoPtr() function