Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qjsonvalue.h File Reference

(839cffd5212cc1437661e9c650eb2ff4b19fa4e8)

#include <QtCore/qcborvalue.h>
#include <QtCore/qcompare.h>
#include <QtCore/qglobal.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]

◆ operator<<() [2/2]

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

Definition at line 112 of file qjsonvalue.cpp.

◆ operator>>()

◆ qHash()

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

Definition at line 1091 of file qjsonvalue.cpp.

References QJsonValue::Array, QJsonValue::Bool, QJsonValue::Double, QJsonValue::Null, QJsonValue::Object, qHash(), seed, QJsonValue::String, and QJsonValue::Undefined.

Referenced by qHash().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: