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

(0aa04fe8a4cb6aa654fb50df60ba192327e29d1d)

#include <QtCore/qbytearray.h>
#include <QtCore/qcborcommon.h>
#include <QtCore/qcompare.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringview.h>
#include <QtCore/qurl.h>
#include <QtCore/quuid.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qcborvalue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCborParserError
 \inmodule QtCore\reentrant More...
 
class  QCborValue
 \inmodule QtCore\reentrant More...
 
class  QCborValueConstRef
 

Namespaces

namespace  QJsonPrivate
 

Functions

QT_WARNING_PUSH class QT6_ONLY(Q_CORE_EXPORT) QCborValueRef QT_WARNING_POP Q_CORE_EXPORT size_t qHash (const QCborValue &value, size_t seed=0)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QCborValue &v)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QCborValue &)
 

Function Documentation

◆ operator<<()

Q_CORE_EXPORT QDebug operator<< ( QDebug dbg,
const QCborValue & v )

Definition at line 3320 of file qcborvalue.cpp.

References debugContents().

+ Here is the call graph for this function:

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & stream,
QCborValue & value )

Definition at line 3370 of file qcborvalue.cpp.

◆ qHash()

QT_WARNING_PUSH class QT6_ONLY(Q_CORE_EXPORT) QCborValueRef QT_WARNING_POP Q_CORE_EXPORT size_t qHash ( const QCborValue & value,
size_t seed = 0 )

Definition at line 3133 of file qcborvalue.cpp.

References QCborValue::Array, QCborValue::ByteArray, QCborValue::DateTime, QCborValue::Double, QCborValue::False, hash, QCborValue::Integer, QCborValue::Invalid, QCborValue::Map, QCborValue::Null, Q_ASSERT, qHash(), QCborValue::RegularExpression, seed, QCborValue::SimpleType, QCborValue::String, QCborValue::Tag, QCborValue::True, QCborValue::Undefined, QCborValue::Url, and QCborValue::Uuid.

Referenced by qHash().

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