Qt 4.8
|
#include <qcontainerfwd.h>
Public Types | |
typedef const T * | const_iterator |
typedef const value_type * | const_pointer |
typedef const value_type & | const_reference |
typedef qptrdiff | difference_type |
typedef T * | iterator |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef int | size_type |
typedef T | value_type |
Public Functions | |
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) |
QVarLengthArray (int size=0) | |
QVarLengthArray (const QVarLengthArray< T, Prealloc > &other) | |
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 |
~QVarLengthArray () | |
Private Functions | |
void | realloc (int size, int alloc) |
Properties | |
union { | |
char array [sizeof(qint64) *(((Prealloc *sizeof(T))/sizeof(qint64))+1)] | |
qint64 q_for_alignment_1 | |
double q_for_alignment_2 | |
}; | |
int | a |
T * | ptr |
int | s |
Friends | |
class | QPodList< T, Prealloc > |
Definition at line 64 of file qcontainerfwd.h.
typedef const T* QVarLengthArray< T, Prealloc >::const_iterator |
Definition at line 155 of file qvarlengtharray.h.
typedef const value_type* QVarLengthArray< T, Prealloc >::const_pointer |
Definition at line 148 of file qvarlengtharray.h.
typedef const value_type& QVarLengthArray< T, Prealloc >::const_reference |
Definition at line 150 of file qvarlengtharray.h.
typedef qptrdiff QVarLengthArray< T, Prealloc >::difference_type |
Definition at line 151 of file qvarlengtharray.h.
typedef T* QVarLengthArray< T, Prealloc >::iterator |
Definition at line 154 of file qvarlengtharray.h.
typedef value_type* QVarLengthArray< T, Prealloc >::pointer |
Definition at line 147 of file qvarlengtharray.h.
typedef value_type& QVarLengthArray< T, Prealloc >::reference |
Definition at line 149 of file qvarlengtharray.h.
typedef int QVarLengthArray< T, Prealloc >::size_type |
Definition at line 145 of file qvarlengtharray.h.
typedef T QVarLengthArray< T, Prealloc >::value_type |
Definition at line 146 of file qvarlengtharray.h.
|
inlineexplicit |
Definition at line 184 of file qvarlengtharray.h.
|
inline |
Definition at line 68 of file qvarlengtharray.h.
|
inline |
Definition at line 74 of file qvarlengtharray.h.
|
inline |
Definition at line 118 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::append(), QTriangulatingStroker::arcPoints(), QGLShader::compileSourceCode(), QVGPixmapConvolutionFilter::draw(), QPlastiqueStyle::drawComplexControl(), QWindowsXPStyle::drawComplexControl(), QPlastiqueStyle::drawControl(), QVGPaintEngine::drawPixmapFragments(), QVGPaintEngine::drawPolygon(), QPlastiqueStyle::drawPrimitive(), QODBCResult::exec(), QOCICols::execBatch(), init(), QTriangulator< T >::ComplexToSimple::insertEdgeIntoVectorIfWanted(), QMetaObject::invokeMethod(), QTextDocumentLayoutPrivate::layoutTable(), QMetaObject::newInstance(), QLocalePrivate::numberToCLocale(), QVarLengthArray< QVariant, 9 >::operator+=(), QVarLengthArray< QVariant, 9 >::operator<<(), QVarLengthArray< QVariant, 9 >::operator=(), QVGPaintEnginePrivate::painterPathToVGPath(), QDBusMetaObjectGenerator::parseMethods(), parseNumbersArray(), parsePathDataFast(), QDBusMetaObjectGenerator::parseSignals(), qDrawBorderPixmap(), QEglProperties::QEglProperties(), QVarLengthArray< QVariant, 9 >::QVarLengthArray(), QCoreApplication::removePostedEvents(), QTriangulator< T >::ComplexToSimple::removeUnwantedEdgesAndConnect(), QDeclarativeJS::Parser::reparseAsQualifiedId(), QWSRegionCommand::setData(), QEglProperties::setValue(), QTextEngine::shapeTextWithHarfbuzz(), QObjectPrivate::signalSignature(), QDBusConnectionPrivate::socketRead(), QDBusConnectionPrivate::socketWrite(), QWidgetBackingStore::sync(), toSQLTCHAR(), and QVGPaintEnginePrivate::vectorPathToVGPath().
Q_OUTOFLINE_TEMPLATE void QVarLengthArray< T, Prealloc >::append | ( | const T * | buf, |
int | size | ||
) |
Definition at line 210 of file qvarlengtharray.h.
|
inline |
Definition at line 113 of file qvarlengtharray.h.
Referenced by QFontEngineDirectWrite::canRender(), QOCICols::execBatch(), QTextLine::glyphs(), operator==(), QTriangulator< T >::ComplexToSimple::removeUnwantedEdgesAndConnect(), QWizardPrivate::updateButtonLayout(), and QVarLengthArray< QVariant, 9 >::value().
|
inline |
Definition at line 157 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::insert(), QVarLengthArray< QVariant, 9 >::prepend(), and QVarLengthArray< QVariant, 9 >::remove().
|
inline |
Definition at line 158 of file qvarlengtharray.h.
|
inline |
Definition at line 102 of file qvarlengtharray.h.
Referenced by QBBSystemLocaleData::readPpsValue().
|
inline |
Definition at line 100 of file qvarlengtharray.h.
Referenced by QPlastiqueStyle::drawComplexControl(), QPlastiqueStyle::drawControl(), QPlastiqueStyle::drawPrimitive(), QVarLengthArray< QVariant, 9 >::operator=(), QTriangulator< T >::ComplexToSimple::removeUnwantedEdgesAndConnect(), and QDeclarativeVME::run().
|
inline |
Definition at line 159 of file qvarlengtharray.h.
|
inline |
Definition at line 144 of file qvarlengtharray.h.
Referenced by blendCursor(), QGLContext::choosePixelFormat(), QODBCDriver::cleanup(), QDeclarativePropertyPrivate::connect(), QObject::connect(), QDeclarativeNotifierEndpoint::disconnect(), QDeclarativeBoundSignal::disconnect(), QObject::disconnect(), QVGPixmapConvolutionFilter::draw(), QPlastiqueStyle::drawComplexControl(), QWindowsXPStyle::drawComplexControl(), QPlastiqueStyle::drawControl(), QX11PaintEngine::drawFreetype(), QOpenGLPaintEngine::drawLines(), drawLines(), QOpenGLPaintEngine::drawPoints(), drawPoints(), QVGPaintEngine::drawPolygon(), QOpenGLPaintEngine::drawPolygon(), QPlastiqueStyle::drawPrimitive(), QRasterPaintEngine::drawTextItem(), QDirectFBPaintEnginePrivate::drawTiledPixmap(), QODBCResult::exec(), fillRects(), fromSQLTCHAR(), QStaticTextPrivate::get(), QMetaObject::invokeMethod(), QSystemLibrary::load(), QMetaObject::newInstance(), QVarLengthArray< QVariant, 9 >::operator=(), QVGPaintEnginePrivate::painterPathToVGPath(), parsePathDataFast(), pfiToQGLFormat(), qGetStringData(), qMakeFieldInfo(), qt_find_latin1_string(), QVarLengthArray< QVariant, 9 >::QVarLengthArray(), qWarnODBCHandle(), QWSRegionCommand::setData(), QGLPixmapConvolutionFilter::setUniforms(), QLocalePrivate::stringToDouble(), QLocalePrivate::stringToLongLong(), QLocalePrivate::stringToUnsLongLong(), QSslSocketBackendPrivate::transmit(), QSystemLocalePrivate::uiLanguages(), and QVGPaintEnginePrivate::vectorPathToVGPath().
|
inline |
Definition at line 162 of file qvarlengtharray.h.
|
inline |
Definition at line 97 of file qvarlengtharray.h.
Referenced by QDeclarativeObjectMethodScriptClass::callMethod(), QScript::callQtMethod(), QPlastiqueStyle::drawControl(), QX11PaintEngine::drawFreetype(), QVGPaintEngine::drawPolygon(), init(), init_direct(), QTextDocumentLayoutPrivate::layoutTable(), QVGPaintEnginePrivate::painterPathToVGPath(), parsePathDataFast(), parseTransformationMatrix(), QCoreApplication::removePostedEvents(), QVGPaintEnginePrivate::vectorPathToVGPath(), QDBusMetaObjectGenerator::write(), and QMutexPool::~QMutexPool().
|
inline |
Definition at line 142 of file qvarlengtharray.h.
Referenced by QFontEngineDirectWrite::addGlyphsToPath(), QFontEngine::addOutlineToPath(), QPainterPath::addText(), QRawFont::advancesForGlyphIndexes(), buttonChange(), QScript::callQtMethod(), QProxyFontEngine::canRender(), QFontEngineDirectWrite::canRender(), QDir::cleanPath(), QODBCDriver::cleanup(), QGLShader::compileSourceCode(), convertARGB32_to_RGBA4444(), QWindowsLocalCodec::convertToUnicode(), QSystemLocalePrivate::currencySymbol(), QTextLine::cursorToX(), QGridLayoutRowData::distributeMultiCells(), draw_text_item_win(), QVGPaintEngine::drawCachedGlyphs(), QPainter::drawGlyphRun(), QPainterPrivate::drawGlyphs(), QOpenGLPaintEngine::drawPolygon(), QRasterPaintEngine::drawPolygon(), QPaintEngine::drawPolygon(), QPaintEngineEx::drawPolygon(), QX11PaintEngine::drawRects(), QPainter::drawText(), QGL2PaintEngineEx::drawTextItem(), QOpenGLPaintEngine::drawTextItem(), QVGPaintEngine::drawTextItem(), QDB2Result::exec(), QScript::QObjectConnectionManager::execute(), QIBaseResultPrivate::fetchArray(), QX11PaintEnginePrivate::fillPolygon_dev(), QX11PaintEnginePrivate::fillPolygon_translated(), QSystemLocalePrivate::getLocaleInfo(), QDirectFBScreen::getSurfaceDescription(), QMacInputContext::globalEventProcessor(), init(), init_direct(), QSqlQueryModelPrivate::initColOffsets(), initWritingSystems(), QTextEngine::itemize(), QString::lastIndexOf(), QStringRef::lastIndexOf(), QSystemLibrary::load(), macList(), macValue(), QFileSystemEngine::nativeAbsoluteFilePath(), QNativeSocketEnginePrivate::nativePendingDatagramSize(), QFileSystemModelPrivate::node(), QMetaObject::normalizedSignature(), QMetaObject::normalizedType(), QODBCDriver::open(), QFileSystemEngine::owner(), QDeclarativeParticlesPainter::paint(), pfiToQGLFormat(), QProcessPrivate::processStarted(), PtsToRegion(), QTest::qExec(), qGetBinaryData(), qGetStringData(), qMakeFieldInfo(), qt_format_text(), qt_merge_clip(), QTextLineItemIterator::QTextLineItemIterator(), qtKey2CocoaKey(), qtValue(), qWarnODBCHandle(), QInotifyFileSystemWatcherEngine::readFromInotify(), QConfFileSettingsPrivate::readPlistFile(), QBBSystemLocaleData::readPpsValue(), QFontEngineMac::recalcAdvances(), QProxyFontEngine::recalcAdvances(), QFontEngineDirectWrite::recalcAdvances(), registerFont(), removeGroupSeparators(), QVarLengthArray< QVariant, 9 >::replace(), QFileSystemEngine::resolveGroupName(), QFileSystemEngine::resolveUserName(), QVGCompositionHelper::setScissor(), QGridLayoutPrivate::setupLayoutData(), QTextEngine::shapeTextMac(), sm_performSaveYourself(), QProxyFontEngine::stringToCMap(), QFontEngineDirectWrite::stringToCMap(), QFontEngineXLFD::stringToCMap(), QFontEngineMacMulti::stringToCMapInternal(), QX11PaintEnginePrivate::strokePolygon_dev(), QX11PaintEnginePrivate::strokePolygon_translated(), QEglContext::swapBuffersRegion2NOK(), QSystemLocalePrivate::toCurrencyString(), QApplication::topLevelAt(), toSQLTCHAR(), QSslSocketBackendPrivate::transmit(), QSystemLocalePrivate::uiLanguages(), QVGPaintEngine::updateScissor(), QDBusMetaObjectGenerator::write(), QRfbSingleColorHextile< SRC >::write(), QRfbDualColorHextile< SRC >::write(), QRfbMultiColorHextile< SRC >::write(), and QTextLine::xToCursor().
|
inline |
Definition at line 143 of file qvarlengtharray.h.
|
inline |
Definition at line 160 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::insert().
|
inline |
Definition at line 161 of file qvarlengtharray.h.
Q_OUTOFLINE_TEMPLATE QVarLengthArray< T, Prealloc >::iterator QVarLengthArray< T, Prealloc >::erase | ( | iterator | begin, |
iterator | end | ||
) |
Definition at line 362 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::insert(), and QVarLengthArray< QVariant, 9 >::remove().
|
inline |
Definition at line 166 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::erase().
|
inline |
Definition at line 306 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::constEnd(), QVarLengthArray< QVariant, 9 >::insert(), QVarLengthArray< QVariant, 9 >::operator+=(), and QVarLengthArray< QVariant, 9 >::prepend().
|
inline |
Definition at line 310 of file qvarlengtharray.h.
Q_OUTOFLINE_TEMPLATE QVarLengthArray< T, Prealloc >::iterator QVarLengthArray< T, Prealloc >::insert | ( | iterator | before, |
int | n, | ||
const T & | x | ||
) |
Definition at line 335 of file qvarlengtharray.h.
|
inline |
Definition at line 164 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::insert().
|
inline |
Definition at line 98 of file qvarlengtharray.h.
Referenced by QTriangulatingStroker::arcPoints(), QDirectFBScreen::exposeRegion(), QMacInputContext::globalEventProcessor(), QTriangulator< T >::ComplexToSimple::insertEdgeIntoVectorIfWanted(), and QTriangulator< T >::ComplexToSimple::removeUnwantedEdgesAndConnect().
|
inline |
Definition at line 131 of file qvarlengtharray.h.
|
inline |
Definition at line 129 of file qvarlengtharray.h.
|
inline |
Definition at line 83 of file qvarlengtharray.h.
|
inline |
Definition at line 105 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::at().
|
inline |
Definition at line 109 of file qvarlengtharray.h.
|
inline |
Definition at line 322 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::operator+=().
|
private |
Definition at line 232 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::append(), QPodList< QSockNot *, 32 >::insert(), QVarLengthArray< QVariant, 9 >::removeLast(), QVarLengthArray< QVariant, 9 >::reserve(), and QVarLengthArray< QVariant, 9 >::resize().
|
inline |
Definition at line 318 of file qvarlengtharray.h.
|
inline |
Definition at line 314 of file qvarlengtharray.h.
|
inline |
Definition at line 92 of file qvarlengtharray.h.
Referenced by QTriangulator< T >::ComplexToSimple::insertEdgeIntoVectorIfWanted().
|
inline |
Definition at line 326 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::operator+=().
|
inline |
Definition at line 206 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::capacity(), QDBusConnectionPrivate::deliverCall(), QODBCResult::exec(), and QObjectPrivate::signalSignature().
|
inline |
Definition at line 202 of file qvarlengtharray.h.
Referenced by QTriangulatingStroker::arcPoints(), QScript::callQtMethod(), QVarLengthArray< QVariant, 9 >::clear(), QWindowsLocalCodec::convertToUnicode(), QSystemLocalePrivate::currencySymbol(), QFontEngine::getGlyphPositions(), QSystemLocalePrivate::getLocaleInfo(), QSqlQueryModelPrivate::initColOffsets(), QVarLengthArray< QVariant, 9 >::insert(), QVarLengthArray< QVariant, 9 >::isEmpty(), QTextEngine::justify(), QSystemLibrary::load(), QFileSystemEngine::nativeAbsoluteFilePath(), QNativeSocketEnginePrivate::nativePendingDatagramSize(), QFileSystemModelPrivate::node(), QFileSystemEngine::owner(), QDeclarativeParticlesPainter::paint(), PtsToRegion(), qDrawBorderPixmap(), qt_format_text(), qt_merge_clip(), qt_regionToPath(), qWarnODBCHandle(), QBBSystemLocaleData::readPpsValue(), QEglProperties::removeValue(), QFileSystemEngine::resolveGroupName(), sm_performSaveYourself(), QSystemLocalePrivate::toCurrencyString(), toSQLTCHAR(), QSslSocketBackendPrivate::transmit(), QSystemLocalePrivate::uiLanguages(), and QDBusMetaObjectGenerator::write().
|
inline |
Definition at line 96 of file qvarlengtharray.h.
Referenced by QFontEngine::addOutlineToPath(), QFontEngineBox::addOutlineToPath(), QTriangulatingStroker::arcPoints(), QFontEngineBox::boundingBox(), QProxyFontEngine::canRender(), QFontEngineDirectWrite::canRender(), QODBCDriver::cleanup(), QGLShader::compileSourceCode(), QWindowsLocalCodec::convertToUnicode(), QGLTextureGlyphCache::createTextureData(), QSystemLocalePrivate::currencySymbol(), QEventDispatcherUNIXPrivate::doSelect(), QFontEngineMac::draw(), QFontEngineQPF::draw(), QFontEngineQPF1::draw(), draw_text_item_win(), QPaintEnginePrivate::drawBoxTextItem(), QRasterPaintEngine::drawCachedGlyphs(), QPlastiqueStyle::drawComplexControl(), QWindowsXPStyle::drawComplexControl(), QPlastiqueStyle::drawControl(), QX11PaintEngine::drawFreetype(), QPainterPrivate::drawGlyphs(), QVGPaintEngine::drawPixmapFragments(), QPlastiqueStyle::drawPrimitive(), QGL2PaintEngineEx::drawTextItem(), QOpenGLPaintEngine::drawTextItem(), QVGPaintEngine::drawTextItem(), QRasterPaintEngine::drawTextItem(), QPdfBaseEnginePrivate::drawTextItem(), QX11PaintEngine::drawXLFD(), QTriangulatingStroker::endCap(), QDB2Result::exec(), QODBCResult::exec(), QScript::QObjectConnectionManager::execute(), fromSQLTCHAR(), QStaticTextPrivate::get(), QFontEngine::getGlyphPositions(), QSystemLocalePrivate::getLocaleInfo(), QTextLine::glyphs(), QDBusConnectionPrivate::handleMessage(), QSqlQueryModelPrivate::initColOffsets(), QTriangulator< T >::ComplexToSimple::insertEdgeIntoVectorIfWanted(), QMetaObject::invokeMethod(), QVarLengthArray< QVariant, 9 >::isEmpty(), QTriangulatingStroker::join(), QTriangulatingStroker::moveTo(), QFileSystemEngine::nativeAbsoluteFilePath(), QNativeSocketEnginePrivate::nativePendingDatagramSize(), QMetaObject::newInstance(), QFileSystemModelPrivate::node(), QODBCDriver::open(), QVarLengthArray< QVariant, 9 >::operator=(), operator==(), QFileSystemEngine::owner(), path_for_glyphs(), PtsToRegion(), qt_merge_clip(), QVarLengthArray< QVariant, 9 >::QVarLengthArray(), qWarnODBCHandle(), QFontEngineDirectWrite::recalcAdvances(), registerFont(), QEventDispatcherUNIX::registerSocketNotifier(), QTriangulator< T >::ComplexToSimple::removeUnwantedEdgesAndConnect(), QEglProperties::removeValue(), QDeclarativeJS::Parser::reparseAsQualifiedId(), QFileSystemEngine::resolveGroupName(), QFileSystemEngine::resolveUserName(), QWSRegionCommand::setData(), QEventDispatcherUNIX::setSocketNotifierPending(), QEglProperties::setValue(), QTextEngine::shapeTextWithHarfbuzz(), sm_performSaveYourself(), QDBusConnectionPrivate::socketRead(), QDBusConnectionPrivate::socketWrite(), QWidgetBackingStore::sync(), QSystemLocalePrivate::toCurrencyString(), QSslSocketBackendPrivate::transmit(), QSystemLocalePrivate::uiLanguages(), QEventDispatcherUNIX::unregisterSocketNotifier(), QEglProperties::value(), QVarLengthArray< QVariant, 9 >::value(), and QDBusMetaObjectGenerator::write().
Q_OUTOFLINE_TEMPLATE T QVarLengthArray< T, Prealloc >::value | ( | int | i | ) | const |
Definition at line 292 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::at(), and QTextEngine::justify().
Q_OUTOFLINE_TEMPLATE T QVarLengthArray< T, Prealloc >::value | ( | int | i, |
const T & | defaultValue | ||
) | const |
Definition at line 300 of file qvarlengtharray.h.
Definition at line 169 of file qvarlengtharray.h.
union { ... } |
|
private |
Definition at line 172 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::append(), QVarLengthArray< QVariant, 9 >::capacity(), QDirectFBScreen::getSurfaceDescription(), QPodList< QSockNot *, 32 >::insert(), and QVarLengthArray< QVariant, 9 >::removeLast().
char QVarLengthArray< T, Prealloc >::array[sizeof(qint64) *(((Prealloc *sizeof(T))/sizeof(qint64))+1)] |
Definition at line 177 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::QVarLengthArray(), QVarLengthArray< QVariant, 9 >::realloc(), and QVarLengthArray< QVariant, 9 >::~QVarLengthArray().
|
private |
Definition at line 174 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::append(), QVarLengthArray< QVariant, 9 >::begin(), QVarLengthArray< QVariant, 9 >::constBegin(), QVarLengthArray< QVariant, 9 >::constData(), QVarLengthArray< QVariant, 9 >::constEnd(), QVarLengthArray< QVariant, 9 >::data(), QVarLengthArray< QVariant, 9 >::end(), QPodList< QSockNot *, 32 >::insert(), QVarLengthArray< QVariant, 9 >::operator[](), QVarLengthArray< QVariant, 9 >::realloc(), QPodList< QSockNot *, 32 >::removeAll(), QPodList< QSockNot *, 32 >::removeAt(), QPodList< QSockNot *, 32 >::takeFirst(), and QVarLengthArray< QVariant, 9 >::~QVarLengthArray().
qint64 QVarLengthArray< T, Prealloc >::q_for_alignment_1 |
Definition at line 178 of file qvarlengtharray.h.
double QVarLengthArray< T, Prealloc >::q_for_alignment_2 |
Definition at line 179 of file qvarlengtharray.h.
|
private |
Definition at line 173 of file qvarlengtharray.h.
Referenced by QVarLengthArray< QVariant, 9 >::append(), QVarLengthArray< QVariant, 9 >::constEnd(), QVarLengthArray< QVariant, 9 >::count(), QVarLengthArray< QVariant, 9 >::end(), QVarLengthArray< QVariant, 9 >::erase(), QPodList< QSockNot *, 32 >::insert(), QVarLengthArray< QVariant, 9 >::insert(), QVarLengthArray< QVariant, 9 >::isEmpty(), QVarLengthArray< QVariant, 9 >::operator[](), QVarLengthArray< QVariant, 9 >::QVarLengthArray(), QVarLengthArray< QVariant, 9 >::realloc(), QPodList< QSockNot *, 32 >::removeAll(), QPodList< QSockNot *, 32 >::removeAt(), QVarLengthArray< QVariant, 9 >::removeLast(), QVarLengthArray< QVariant, 9 >::size(), QPodList< QSockNot *, 32 >::takeFirst(), and QVarLengthArray< QVariant, 9 >::~QVarLengthArray().