Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qjsonarray.cpp File Reference
#include <qjsonobject.h>
#include <qjsonvalue.h>
#include <qjsonarray.h>
#include <qjsondocument.h>
#include <qstringlist.h>
#include <qcborarray.h>
#include <qvariant.h>
#include <qdebug.h>
#include <private/qcborvalue_p.h>
#include <private/qjson_p.h>
#include "qjsonwriter_p.h"
+ Include dependency graph for qjsonarray.cpp:

Go to the source code of this file.

Functions

size_t qHash (const QJsonArray &array, size_t seed)
 
QDebug operator<< (QDebug dbg, const QJsonArray &a)
 
QDataStreamoperator<< (QDataStream &stream, const QJsonArray &array)
 
QDataStreamoperator>> (QDataStream &stream, QJsonArray &array)
 

Function Documentation

◆ operator<<() [1/2]

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]

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

Definition at line 1060 of file qjsonarray.cpp.

◆ operator>>()

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()

size_t qHash ( const QJsonArray array,
size_t  seed 
)

Definition at line 1054 of file qjsonarray.cpp.

References qHashRange(), and seed.

+ Here is the call graph for this function: