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

(e20a3694c7b96cef73a4d4e140a5def7cf17ab8a)

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

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

Definition at line 1220 of file qcborarray.cpp.

◆ operator>>()

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

Definition at line 1242 of file qcborarray.cpp.

◆ qHash()

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

Definition at line 1214 of file qcborarray.cpp.

References qHashRange(), and seed.

+ Here is the call graph for this function: