![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QPointer< T >, including all inherited members.
QPointer() | QPointer< T > | inline |
QPointer(T *ptr) | QPointer< T > | inlineexplicit |
QPointer(const QPointer &other) = default | QPointer< T > | default |
QPointer(QPointer &&other) = default | QPointer< T > | default |
clear() | QPointer< T > | inline |
data() const | QPointer< T > | inline |
isNull() const | QPointer< T > | inline |
operator T *() const | QPointer< T > | inline |
operator!=(const QPointer &other) const | QPointer< T > | |
operator!=(const T *ptr) const | QPointer< T > | |
operator*() const | QPointer< T > | inline |
operator->() const | QPointer< T > | inline |
operator=(const QPointer &other) = default | QPointer< T > | default |
operator=(QPointer &&other) = default | QPointer< T > | default |
operator=(T *ptr) | QPointer< T > | inline |
operator==(const T *ptr) const | QPointer< T > | |
operator==(const QPointer< T > &other) const noexcept | QPointer< T > | inlinenoexcept |
~QPointer() = default | QPointer< T > | default |