![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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 QDataStream & | operator<< (QDataStream &, const QJsonDocument &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QJsonDocument &) |
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QJsonDocument & | doc ) |
Definition at line 492 of file qjsondocument.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| const QJsonDocument & | o ) |
Definition at line 475 of file qjsondocument.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| QJsonDocument & | doc ) |
Definition at line 498 of file qjsondocument.cpp.