7#include <QtCore/qlist.h>
9#ifndef QBYTEARRAYLIST_H
10#define QBYTEARRAYLIST_H
12#include <QtCore/qbytearray.h>
18#if !defined(QT_NO_JAVA_STYLE_ITERATORS)
19typedef QListIterator<QByteArray> QByteArrayListIterator;
26#if QT_CORE_REMOVED_SINCE(6
, 3
) && QT_POINTER_SIZE != 4
34class QByteArrayList :
public QList<QByteArray>
55 return QtPrivate::QByteArrayList_join(self(), sep.data(), sep.size());
The QAssociativeIterable class is an iterable interface for an associative container in a QVariant.
\inmodule QtCore\reentrant
\inmodule QtCore\reentrant
The QSequentialIterable class is an iterable interface for a container in a QVariant.
\keyword 16-bit Floating Point Support\inmodule QtCore \inheaderfile QFloat16
QMutableListIterator< QByteArray > QMutableByteArrayListIterator
Q_DECLARE_TYPEINFO(QByteArrayView, Q_PRIMITIVE_TYPE)
QList< QVariant > QVariantList
#define qCWarning(category,...)
#define Q_STATIC_LOGGING_CATEGORY(name,...)
#define QStringLiteral(str)
~QListSpecialMethods()=default
QListSpecialMethods & operator=(const QListSpecialMethods &)=default
QListSpecialMethods(QListSpecialMethods &&)=default
QListSpecialMethods & operator=(QListSpecialMethods &&)=default
QListSpecialMethods()=default
QListSpecialMethods(const QListSpecialMethods &)=default
QByteArray join(QByteArrayView sep={}) const