18#include <QtGui/private/qtguiglobal_p.h>
19#include "QtCore/qbytearray.h"
50 inline void reset() { siz = 0; }
52 inline bool isEmpty()
const {
return siz==0; }
81 if (
size > capacity) {
84 while (capacity <
size)
97 siz = std::min(siz,
size);
void resize(qsizetype size)
void swap(QDataBuffer< Type > &other)
QDataBuffer(qsizetype res)
void shrink(qsizetype size)
QDataBuffer & operator<<(const Type &t)
const Type & last() const
void reserve(qsizetype size)
const Type & at(qsizetype i) const
const Type & first() const
Combined button and popup list for selecting options.
#define QT_WARNING_DISABLE_GCC(text)
GLenum GLuint GLintptr GLsizeiptr size
[1]
Q_CHECK_PTR(a=new int[80])