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

(762de4f590ad58581c2b40de289b309f95943964)

#include <QtCore/qcborvalue.h>
#include <initializer_list>
Include dependency graph for qcborarray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCborArray
 \inmodule QtCore\reentrant More...
class  QCborArray::Iterator
 \inmodule QtCore More...
class  QCborArray::ConstIterator
 \inmodule QtCore More...

Namespaces

namespace  QJsonPrivate

Functions

Q_CORE_EXPORT size_t qHash (const QCborArray &array, size_t seed=0)
Q_CORE_EXPORT QDebug operator<< (QDebug, const QCborArray &a)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QCborArray &)

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QCborArray & a )

Definition at line 1239 of file qcborarray.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
QCborArray & value )

Definition at line 1261 of file qcborarray.cpp.

◆ qHash()

size_t qHash ( const QCborArray & array,
size_t seed = 0 )

Definition at line 1233 of file qcborarray.cpp.