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

(762de4f590ad58581c2b40de289b309f95943964)

#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<<()

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

Definition at line 3370 of file qcborvalue.cpp.

◆ operator>>()

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

◆ qHash()

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

Definition at line 3183 of file qcborvalue.cpp.