Qt 6.7
Qt Core
C++ Classes
QSharedPointer
Qt 6.7.2 Reference Documentation
List of All Members for QSharedPointer
This is the complete list of members for
QSharedPointer
, including inherited members.
QSharedPointer
()
QSharedPointer
(X *)
QSharedPointer
(X *, Deleter)
QSharedPointer
(std::nullptr_t)
QSharedPointer
(std::nullptr_t, Deleter)
QSharedPointer
(const QWeakPointer<T> &)
QSharedPointer
(QSharedPointer<X> &&)
QSharedPointer
(const QSharedPointer<T> &)
QSharedPointer
(QSharedPointer<T> &&)
~QSharedPointer
()
clear
()
constCast
() const : QSharedPointer<X>
create
(Args &&...) : QSharedPointer<T>
data
() const : T *
dynamicCast
() const : QSharedPointer<X>
get
() const : T *
isNull
() const : bool
objectCast
() const : QSharedPointer<X>
owner_before
(const QSharedPointer<X> &) const : bool
owner_before
(const QWeakPointer<X> &) const : bool
owner_equal
(const QSharedPointer<X> &) const : bool
owner_equal
(const QWeakPointer<X> &) const : bool
owner_hash
() const : size_t
reset
()
reset
(T *)
reset
(T *, Deleter)
staticCast
() const : QSharedPointer<X>
swap
(QSharedPointer<T> &)
toWeakRef
() const : QWeakPointer<T>
operator bool
() const : bool
operator!
() const : bool
operator*
() const : T &
operator->
() const : T *
operator=
(const QSharedPointer<T> &) : QSharedPointer<T> &
operator=
(QSharedPointer<T> &&) : QSharedPointer<T> &
operator=
(const QWeakPointer<T> &) : QSharedPointer<T> &
operator=
(QSharedPointer<X> &&) : QSharedPointer<T> &