Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qjsonarray.h File Reference
#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< QVariantQVariantList
 

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 QDataStreamoperator<< (QDataStream &, const QJsonArray &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QJsonArray &)
 

Typedef Documentation

◆ QVariantList

typedef QList<QVariant> QVariantList
related

Definition at line 15 of file qjsonarray.h.

Function Documentation

◆ operator<<() [1/2]

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:

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug  dbg,
const QJsonArray a 
)

Definition at line 226 of file qjsonarray.cpp.

◆ operator>>()

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:

◆ qHash()

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: