|
SPH
|
This is the complete list of members for AutoPtr< T >, including all inherited members.
| AutoPtr class | AutoPtr< T > | friend |
| AutoPtr() | AutoPtr< T > | inline |
| AutoPtr(std::nullptr_t) | AutoPtr< T > | inline |
| AutoPtr(T *ptr) | AutoPtr< T > | inlineexplicit |
| AutoPtr(const AutoPtr &other)=delete | AutoPtr< T > | |
| AutoPtr(AutoPtr< T2 > &&other) | AutoPtr< T > | inline |
| get() const | AutoPtr< T > | inline |
| operator bool() const | AutoPtr< T > | inlineexplicit |
| operator!() const | AutoPtr< T > | inline |
| operator()(TArgs &&... args) const | AutoPtr< T > | inline |
| operator*() const | AutoPtr< T > | inline |
| operator->() const | AutoPtr< T > | inline |
| operator=(const AutoPtr &other)=delete | AutoPtr< 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 |