![]() |
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 RetainPtr< T >, including all inherited members.
| As() const | RetainPtr< T > | inline |
| AsRaw() const | RetainPtr< T > | inline |
| Get() const noexcept | RetainPtr< T > | inline |
| Leak() | RetainPtr< T > | inline |
| operator bool() const | RetainPtr< T > | inlineexplicit |
| operator T*() const noexcept | RetainPtr< T > | inline |
| operator!=(const RetainPtr &that) const | RetainPtr< T > | inline |
| operator!=(const U &that) const | RetainPtr< T > | inline |
| operator*() const | RetainPtr< T > | inline |
| operator->() const | RetainPtr< T > | inline |
| operator<(const RetainPtr &that) const | RetainPtr< T > | inline |
| operator=(std::nullptr_t) noexcept | RetainPtr< T > | inline |
| operator=(const RetainPtr &that) | RetainPtr< T > | inline |
| operator=(RetainPtr &&that) noexcept | RetainPtr< T > | inline |
| operator=(const RetainPtr< U > &that) | RetainPtr< T > | inline |
| operator=(RetainPtr< U > &&that) noexcept | RetainPtr< T > | inline |
| operator==(const RetainPtr &that) const | RetainPtr< T > | inline |
| operator==(const U &that) const | RetainPtr< T > | inline |
| Reset(T *obj=nullptr) | RetainPtr< T > | inline |
| RetainPtr() noexcept=default | RetainPtr< T > | |
| RetainPtr(std::nullptr_t ptr) | RetainPtr< T > | inline |
| RetainPtr(T *pObj) noexcept | RetainPtr< T > | inlineexplicit |
| RetainPtr(const RetainPtr &that) noexcept | RetainPtr< T > | inline |
| RetainPtr(RetainPtr &&that) noexcept | RetainPtr< T > | inline |
| RetainPtr(const RetainPtr< U > &that) | RetainPtr< T > | inline |
| RetainPtr(RetainPtr< U > &&that) noexcept | RetainPtr< T > | inline |
| Swap(RetainPtr &that) | RetainPtr< T > | inline |
| Unleak(T *ptr) | RetainPtr< T > | inline |
| ~RetainPtr()=default | RetainPtr< T > |