Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
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
QPointerQPointer< 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
swapQPointer< T >friend