Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qjsonarray.h File Reference

(e7667357712fe35b66a140916c18d8616b2e4f9c)

#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 1095 of file qjsonarray.cpp.

◆ operator<<() [2/2]

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

Definition at line 302 of file qjsonarray.cpp.

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & stream,
QJsonArray & array )

Definition at line 1100 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 1072 of file qjsonarray.cpp.

References qHashRange(), and seed.

+ Here is the call graph for this function: