![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfigmacros.h>#include <QtCore/qtypes.h>#include <cstddef>#include <utility>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
Typedefs | |
| template<typename T1, typename T2> | |
| using | QPair = std::pair<T1, T2> |
| template<typename T> | |
| using | QVector = QList<T> |
| using | QStringList = QList<QString> |
| Constructs a string list that contains the given string, str. | |
| using | QByteArrayList = QList<QByteArray> |
| using | QVariantList = QList<QVariant> |
| using | QVariantMap = QMap<QString, QVariant> |
| using | QVariantHash = QHash<QString, QVariant> |
| using | QVariantPair = std::pair<QVariant, QVariant> |
Variables | |
| constexpr qsizetype | QVarLengthArrayDefaultPrealloc = 256 |
| constexpr qsizetype | QtPrivate::MaxAllocSize = (std::numeric_limits<qsizetype>::max)() |
| using QByteArrayList = QList<QByteArray> |
Definition at line 42 of file qcontainerfwd.h.
| using QPair = std::pair<T1, T2> |
Definition at line 28 of file qcontainerfwd.h.
Constructs a string list that contains the given string, str.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Constructs a copy of other.
Longer lists are easily created like this:
This operation takes \l{constant time}, because QStringList is \l{implicitly shared}. This makes returning a QStringList from a function very fast. If a shared instance is modified, it will be copied (copy-on-write), and that takes \l{linear time}.
Move-constructs from QList<QString>.
After a successful construction, other will be empty.
Definition at line 40 of file qcontainerfwd.h.
|
Definition at line 53 of file qcontainerfwd.h.
|
Definition at line 51 of file qcontainerfwd.h.
|
Definition at line 52 of file qcontainerfwd.h.
| using QVariantPair = std::pair<QVariant, QVariant> |
Definition at line 54 of file qcontainerfwd.h.
Definition at line 39 of file qcontainerfwd.h.
|
constexpr |
Definition at line 34 of file qcontainerfwd.h.