![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qjsonvalue.h>#include <QtCore/qiterator.h>#include <QtCore/qshareddata.h>#include <initializer_list>
Include dependency graph for qjsonarray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QJsonArray |
| \inmodule QtCore\reentrant More... | |
| class | QJsonArray::iterator |
| \inmodule QtCore More... | |
| class | QJsonArray::const_iterator |
| \inmodule QtCore More... | |
Typedefs | |
| typedef QList< QVariant > | QVariantList |
Functions | |
| Q_CORE_EXPORT size_t | qHash (const QJsonArray &array, size_t seed=0) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, const QJsonArray &) |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QJsonArray &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QJsonArray &) |
|
related |
Definition at line 15 of file qjsonarray.h.
| Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
| const QJsonArray & | array | ||
| ) |
Definition at line 1077 of file qjsonarray.cpp.
References QJsonDocument::Compact, and QJsonDocument::toJson().
Here is the call graph for this function:| Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const QJsonArray & | a | ||
| ) |
Definition at line 226 of file qjsonarray.cpp.
| Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| QJsonArray & | array | ||
| ) |
Definition at line 1084 of file qjsonarray.cpp.
References QJsonDocument::array().
Here is the call graph for this function:| Q_CORE_EXPORT size_t qHash | ( | const QJsonArray & | array, |
| size_t | seed = 0 |
||
| ) |
Definition at line 1054 of file qjsonarray.cpp.
References qHashRange(), and seed.
Here is the call graph for this function: