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
qjsonvalue.h File Reference

(762de4f590ad58581c2b40de289b309f95943964)

#include <QtCore/qcborvalue.h>
#include <QtCore/qcompare.h>
#include <QtCore/qglobal.h>
#include <QtCore/qjsonparseerror.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
Include dependency graph for qjsonvalue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJsonValue
 \inmodule QtCore\reentrant More...
class  QJsonValueConstRef

Namespaces

namespace  QJsonPrivate

Functions

Q_CORE_EXPORT size_t qHash (const QJsonValue &value, size_t seed=0)
Q_CORE_EXPORT QDebug operator<< (QDebug, const QJsonValue &)
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QJsonValue &)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QJsonValue &)

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & stream,
const QJsonValue & v )

Definition at line 1261 of file qjsonvalue.cpp.

◆ operator<<() [2/2]

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

Definition at line 1220 of file qjsonvalue.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
QJsonValue & v )

Definition at line 1288 of file qjsonvalue.cpp.

◆ qHash()

size_t qHash ( const QJsonValue & value,
size_t seed = 0 )

Definition at line 1198 of file qjsonvalue.cpp.