Qt Reference Documentation
Home
Modules
QtCore
QSharedPointer
List of All Members for QSharedPointer
This is the complete list of members for
QSharedPointer
, including inherited members.
QSharedPointer
()
QSharedPointer
( T * )
QSharedPointer
( T *, Deleter )
QSharedPointer
( const QSharedPointer<T> & )
QSharedPointer
( const QWeakPointer<T> & )
~QSharedPointer
()
clear
()
constCast
() const : QSharedPointer<X>
data
() const : T *
dynamicCast
() const : QSharedPointer<X>
isNull
() const : bool
objectCast
() const : QSharedPointer<X>
staticCast
() const : QSharedPointer<X>
toWeakRef
() const : QWeakPointer<T>
operator bool
() const
operator!
() const : bool
operator*
() const : T &
operator->
() const : T *
operator=
( const QSharedPointer<T> & ) : QSharedPointer<T> &
operator=
( const QWeakPointer<T> & ) : QSharedPointer<T> &