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/qjsonvalue.h>
#include <QtCore/qiterator.h>
#include <QtCore/qshareddata.h>
#include <initializer_list>
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.
QDataStream & operator<< | ( | QDataStream & | stream, |
const QJsonArray & | array ) |
Definition at line 1094 of file qjsonarray.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QJsonArray & | a ) |
Definition at line 1077 of file qjsonarray.cpp.
QDataStream & operator>> | ( | QDataStream & | stream, |
QJsonArray & | array ) |
Definition at line 1099 of file qjsonarray.cpp.
size_t qHash | ( | const QJsonArray & | array, |
size_t | seed = 0 ) |
Definition at line 1071 of file qjsonarray.cpp.