Qt Reference Documentation
Home
Modules
QtCore
QScopedArrayPointer
List of All Members for QScopedArrayPointer
This is the complete list of members for
QScopedArrayPointer
, including inherited members.
QScopedArrayPointer
()
QScopedArrayPointer
( D *, QtPrivate::QScopedArrayEnsureSameType<T, D>::Type )
d
: T *
data
() const : T *
isNull
() const : bool
reset
( T * )
swap
( QScopedPointer<T, Cleanup> & )
take
() : T *
operator bool
() const
operator!
() const : bool
operator*
() const : T &
operator->
() const : T *
operator[]
( int ) : T &
operator[]
( int ) const : const T &