Qt 4.8
|
#include <qvector.h>
Static Public Functions | |
static QVectorData * | allocate (int size, int alignment) |
static void | free (QVectorData *data, int alignment) |
static int | grow (int sizeofTypedData, int size, int sizeofT, bool excessive) |
static QVectorData * | malloc (int sizeofTypedData, int size, int sizeofT, QVectorData *init) |
static QVectorData * | reallocate (QVectorData *old, int newsize, int oldsize, int alignment) |
Public Variables | |
int | alloc |
uint | capacity: 1 |
QBasicAtomicInt | ref |
uint | reserved: 30 |
uint | sharable: 1 |
int | size |
Static Public Variables | |
static QVectorData | shared_null = { Q_BASIC_ATOMIC_INITIALIZER(1), 0, 0, true, false, 0 } |
|
static |
Definition at line 65 of file qvector.cpp.
Referenced by QVector< QPoint >::malloc().
|
static |
|
static |
Definition at line 85 of file qvector.cpp.
Referenced by QVector< QPoint >::append(), QVector< QPoint >::insert(), and QVector< QPoint >::resize().
|
static |
Definition at line 57 of file qvector.cpp.
Referenced by QVector< QPoint >::QVector(), and QVector< QPoint >::realloc().
|
static |
Definition at line 70 of file qvector.cpp.
Referenced by QVector< QPoint >::realloc().
QBasicAtomicInt QVectorData::ref |
Definition at line 68 of file qvector.h.
Referenced by QVector< QPoint >::operator=().
uint QVectorData::sharable |
Definition at line 77 of file qvector.h.
Referenced by QVector< QPoint >::setSharable().
|
static |
Definition at line 82 of file qvector.h.
Referenced by alignmentThreshold().
int QVectorData::size |
Definition at line 70 of file qvector.h.
Referenced by QVector< QPoint >::at(), QVector< QPoint >::fill(), QVector< QPoint >::indexOf(), QVector< QPoint >::insert(), QVector< QPoint >::mid(), QVector< QPoint >::operator+=(), QVector< QPoint >::operator==(), QVector< QPoint >::operator[](), QVector< QPoint >::QVector(), QVector< QPoint >::realloc(), QRegion::rects(), QVector< QPoint >::remove(), QVector< QPoint >::replace(), QVector< QPoint >::resize(), QVector< QPoint >::toList(), QVector< QPoint >::toStdVector(), and QList< QPostEvent >::toVector().