QVarLengthArray
#include <QtCore/QVarLengthArray>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QVarLengthArray
Overview
Public Types Index
const T * | const_iterator |
const value_type * | const_pointer |
const value_type & | const_reference |
qptrdiff | difference_type |
T * | iterator |
value_type * | pointer |
value_type & | reference |
int | size_type |
T | value_type |
Public Attributes Index
char | array |
qint64 | q_for_alignment_1 |
double | q_for_alignment_2 |
Public Functions Index
QVarLengthArray (int size=0) | |
QVarLengthArray (const QVarLengthArray< T, Prealloc > &other) | |
~QVarLengthArray () | |
void | append (const T &t) |
void | append (const T *buf, int size) |
const T & | at (int idx) const |
iterator | begin () |
const_iterator | begin () const |
int | capacity () const |
void | clear () |
const_iterator | constBegin () const |
const T * | constData () const |
const_iterator | constEnd () const |
int | count () const |
T * | data () |
const T * | data () const |
iterator | end () |
const_iterator | end () const |
iterator | erase (iterator begin, iterator end) |
iterator | erase (iterator pos) |
void | insert (int i, const T &t) |
void | insert (int i, int n, const T &t) |
iterator | insert (iterator before, int n, const T &x) |
iterator | insert (iterator before, const T &x) |
bool | isEmpty () const |
QVarLengthArray< T, Prealloc > & | operator+= (const T &t) |
QVarLengthArray< T, Prealloc > & | operator<< (const T &t) |
QVarLengthArray< T, Prealloc > & | operator= (const QVarLengthArray< T, Prealloc > &other) |
T & | operator[] (int idx) |
const T & | operator[] (int idx) const |
void | prepend (const T &t) |
void | remove (int i) |
void | remove (int i, int n) |
void | removeLast () |
void | replace (int i, const T &t) |
void | reserve (int size) |
void | resize (int size) |
int | size () const |
T | value (int i) const |
T | value (int i, const T &defaultValue) const |
Public Types
typedef const T *
typedef const value_type *
typedef const value_type &
typedef qptrdiff
typedef T *
typedef value_type *
typedef value_type &
typedef int
typedef T
Public Attributes
char
qint64
double
Public Functions
Destructor.
void
void
const T &
iterator
const_iterator
int
void
const_iterator
const T *
const_iterator
int
T *
const T *
iterator
const_iterator
iterator
iterator
void
void
iterator
iterator
bool
QVarLengthArray< T, Prealloc > &
QVarLengthArray< T, Prealloc > &
QVarLengthArray< T, Prealloc > &
T &
const T &
void
void
void
void
void
void
void
int
T
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