Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qjsondocument.h File Reference

(cd4813a3c304a6d9d5d8096d91a8fc297818d624)

#include <QtCore/qcompare.h>
#include <QtCore/qjsonparseerror.h>
#include <QtCore/qjsonvalue.h>
#include <QtCore/qlatin1stringview.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qstringview.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  QJsonDocument
 \inmodule QtCore\reentrant More...

Namespaces

namespace  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]

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

Definition at line 492 of file qjsondocument.cpp.

◆ operator<<() [2/2]

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

Definition at line 475 of file qjsondocument.cpp.

◆ operator>>()

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

Definition at line 498 of file qjsondocument.cpp.