就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 4.8.7
QtCore
QScopedArrayPointer
List of All Members for QScopedArrayPointer
這是完整成員列錶為
QScopedArrayPointer
,包括繼承的成員。
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 &