QtBase  v6.3.1
Classes | Functions
qjsonobject.h File Reference
#include <QtCore/qjsonvalue.h>
#include <QtCore/qiterator.h>
#include <QtCore/qpair.h>
#include <QtCore/qshareddata.h>
#include <initializer_list>
Include dependency graph for qjsonobject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJsonObject
 The QJsonObject class encapsulates a JSON object. More...
 
class  QJsonObject::iterator
 The QJsonObject::iterator class provides an STL-style non-const iterator for QJsonObject. More...
 
class  QJsonObject::const_iterator
 The QJsonObject::const_iterator class provides an STL-style const iterator for QJsonObject. More...
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream& operator<< ( QDataStream stream,
const QJsonObject object 
)

Definition at line 1491 of file qjsonobject.cpp.

Here is the call graph for this function:

◆ operator<<() [2/2]

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

Definition at line 288 of file qjsonobject.cpp.

◆ operator>>()

Q_CORE_EXPORT QDataStream& operator>> ( QDataStream stream,
QJsonObject object 
)

Definition at line 1498 of file qjsonobject.cpp.

Here is the call graph for this function:

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QJsonObject object,
size_t  seed = 0 
)

Definition at line 1462 of file qjsonobject.cpp.