Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPointer< T > Member List

This is the complete list of members for QPointer< T >, including all inherited members.

clear() noexceptQPointer< T >inline
comparesEqual(const QPointer &lhs, const QPointer< X > &rhs) noexceptQPointer< T >friend
comparesEqual(const QPointer &lhs, std::nullptr_t) noexceptQPointer< T >friend
data() const noexceptQPointer< T >inline
get() const noexceptQPointer< T >inline
isNull() const noexceptQPointer< T >inline
operator T*() const noexceptQPointer< T >inline
operator*() const noexceptQPointer< T >inline
operator->() const noexceptQPointer< T >inline
operator=(const QPointer< X > &other) noexceptQPointer< T >inline
operator=(QPointer< X > &&other) noexceptQPointer< T >inline
operator=(T *p)QPointer< T >inline
QPointer classQPointer< T >friend
QPointer() noexcept=defaultQPointer< T >
QPointer(std::nullptr_t) noexceptQPointer< T >inline
QPointer(T *p)QPointer< T >inline
QPointer(QPointer< X > &&other) noexceptQPointer< T >inline
QPointer(const QPointer< X > &other) noexceptQPointer< T >inline
swap(QPointer &other) noexceptQPointer< T >inline
swap(QPointer &lhs, QPointer &rhs) noexceptQPointer< T >friend