Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcborvalue.h File Reference
#include <QtCore/qbytearray.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qcborcommon.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 3041 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 3091 of file qcborvalue.cpp.

References QDataStream::ReadCorruptData.

◆ 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 2854 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: