Qt 5.13
Qt Core
C++ Classes
QScopedArrayPointer
Qt 5.13.2 Reference Documentation
List of All Members for QScopedArrayPointer
This is the complete list of members for
QScopedArrayPointer
, including inherited members.
QScopedArrayPointer
(D *)
QScopedArrayPointer
()
data
() const : T *
get
() const : T *
isNull
() const : bool
reset
(T *)
swap
(QScopedArrayPointer<T, Cleanup> &)
take
() : T *
operator bool
() const : bool
operator!
() const : bool
operator!=
(const QScopedPointer<T, Cleanup> &,
int
) : bool
operator!=
(
int
, const QScopedPointer<T, Cleanup> &) : bool
operator*
() const : T &
operator->
() const : T *
operator==
(const QScopedPointer<T, Cleanup> &,
int
) : bool
operator==
(
int
, const QScopedPointer<T, Cleanup> &) : bool
operator[]
(int ) : T &
operator[]
(int ) const : const T &