QtBase  v6.3.1
Classes | Namespaces | Functions
qjsondocument.h File Reference
#include <QtCore/qjsonvalue.h>
#include <QtCore/qscopedpointer.h>
#include <memory>
Include dependency graph for qjsondocument.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJsonParseError
 The QJsonParseError class is used to report errors during JSON parsing. More...
 
class  QJsonDocument
 The QJsonDocument class provides a way to read and write JSON documents. More...
 

Namespaces

 QJsonPrivate
 

Functions

Q_CORE_EXPORT QDebug operator<< (QDebug, const QJsonDocument &)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QJsonDocument &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QJsonDocument &)
 

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream& operator<< ( QDataStream stream,
const QJsonDocument doc 
)

Definition at line 543 of file qjsondocument.cpp.

Here is the call graph for this function:

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug  dbg,
const QJsonDocument o 
)

Definition at line 148 of file qjsondocument.cpp.

◆ operator>>()

Q_CORE_EXPORT QDataStream& operator>> ( QDataStream stream,
QJsonDocument doc 
)

Definition at line 549 of file qjsondocument.cpp.

Here is the call graph for this function: