![]() |
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 QScopedPointer< T, Cleanup >, including all inherited members.
d | QScopedPointer< T, Cleanup > | protected |
data() const noexcept | QScopedPointer< T, Cleanup > | inline |
get() const noexcept | QScopedPointer< T, Cleanup > | inline |
isNull() const noexcept | QScopedPointer< T, Cleanup > | inline |
operator bool() const | QScopedPointer< T, Cleanup > | inlineexplicit |
operator!() const noexcept | QScopedPointer< T, Cleanup > | inline |
operator!=(const QScopedPointer< T, Cleanup > &lhs, const QScopedPointer< T, Cleanup > &rhs) noexcept | QScopedPointer< T, Cleanup > | friend |
operator!=(const QScopedPointer< T, Cleanup > &lhs, std::nullptr_t) noexcept | QScopedPointer< T, Cleanup > | friend |
operator!=(std::nullptr_t, const QScopedPointer< T, Cleanup > &rhs) noexcept | QScopedPointer< T, Cleanup > | friend |
operator*() const | QScopedPointer< T, Cleanup > | inline |
operator->() const noexcept | QScopedPointer< T, Cleanup > | inline |
operator==(const QScopedPointer< T, Cleanup > &lhs, const QScopedPointer< T, Cleanup > &rhs) noexcept | QScopedPointer< T, Cleanup > | friend |
operator==(const QScopedPointer< T, Cleanup > &lhs, std::nullptr_t) noexcept | QScopedPointer< T, Cleanup > | friend |
operator==(std::nullptr_t, const QScopedPointer< T, Cleanup > &rhs) noexcept | QScopedPointer< T, Cleanup > | friend |
pointer typedef | QScopedPointer< T, Cleanup > | |
QScopedPointer(T *p=nullptr) noexcept | QScopedPointer< T, Cleanup > | inlineexplicit |
reset(T *other=nullptr) noexcept(noexcept(Cleanup::cleanup(std::declval< T * >()))) | QScopedPointer< T, Cleanup > | inline |
~QScopedPointer() | QScopedPointer< T, Cleanup > | inline |