QtBase  v6.3.1
Classes | Namespaces | Functions
qcborarray.h File Reference
#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
 The QCborArray class is used to hold an array of CBOR elements. More...
 
class  QCborArray::Iterator
 The QCborArray::Iterator class provides an STL-style non-const iterator for QCborArray. More...
 
class  QCborArray::ConstIterator
 The QCborArray::ConstIterator class provides an STL-style const iterator for QCborArray. More...
 

Namespaces

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

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

Definition at line 1209 of file qcborarray.cpp.

Here is the call graph for this function:

◆ operator>>()

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

Definition at line 1231 of file qcborarray.cpp.

◆ qHash()

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

Definition at line 1203 of file qcborarray.cpp.