![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for UnownedPtr< T >, including all inherited members.
| ClearAndDelete() | UnownedPtr< T > | inline |
| ExtractAsDangling() | UnownedPtr< T > | inline |
| get() const noexcept | UnownedPtr< T > | inline |
| operator bool() const | UnownedPtr< T > | inlineexplicit |
| operator T*() const noexcept | UnownedPtr< T > | inline |
| operator*() const | UnownedPtr< T > | inline |
| operator->() const | UnownedPtr< T > | inline |
| operator<(const UnownedPtr &that) const | UnownedPtr< T > | inline |
| operator=(std::nullptr_t) noexcept | UnownedPtr< T > | inline |
| operator=(T *that) noexcept | UnownedPtr< T > | inline |
| operator=(const UnownedPtr &that) noexcept=default | UnownedPtr< T > | |
| operator=(UnownedPtr &&that) noexcept | UnownedPtr< T > | inline |
| operator=(const UnownedPtr< U > &that) noexcept | UnownedPtr< T > | inline |
| operator=(UnownedPtr< U > &&that) noexcept | UnownedPtr< T > | inline |
| operator==(std::nullptr_t ptr) const | UnownedPtr< T > | inline |
| operator==(const UnownedPtr &that) const | UnownedPtr< T > | inline |
| UnownedPtr() noexcept=default | UnownedPtr< T > | |
| UnownedPtr(std::nullptr_t ptr) | UnownedPtr< T > | inline |
| UnownedPtr(T *pObj) noexcept | UnownedPtr< T > | inlineexplicit |
| UnownedPtr(const UnownedPtr &that) noexcept=default | UnownedPtr< T > | |
| UnownedPtr(UnownedPtr &&that) noexcept | UnownedPtr< T > | inline |
| UnownedPtr(const UnownedPtr< U > &that) | UnownedPtr< T > | inline |
| UnownedPtr(UnownedPtr< U > &&that) noexcept | UnownedPtr< T > | inline |
| ~UnownedPtr() | UnownedPtr< T > | inline |