QScopedArrayPointer
#include <QtCore/QScopedArrayPointer>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QScopedArrayPointer
Overview
Inheritance
QScopedPointer | ||
QScopedArrayPointer |
Public Types Index
Only has inherited public types
T * | pointer |
Protected Attributes Index
Only has inherited protected attributes
T * | d![]() |
Public Functions Index
QScopedArrayPointer () | |
QScopedArrayPointer (D *p, typename QtPrivate::QScopedArrayEnsureSameType< T, D >::Type=0) | |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
T * | data () const ![]() |
bool | isNull () const ![]() |
operator RestrictedBool () const ![]() | |
bool | operator! () const ![]() |
T & | operator* () const ![]() |
T * | operator-> () const ![]() |
QScopedPointer (T *p=0)![]() | |
void | reset (T *other=0)![]() |
void | swap (QScopedPointer< T, Cleanup > &other)![]() |
T * | take ()![]() |
Public Types
(Only has inherited public types)
typedef T * 
Protected Attributes
(Only has inherited protected attributes)
T * 
Public Functions
T &
const T &
T * 
bool 
bool 
T & 
T * 
void 
void 
T * 
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy