Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcborarray.cpp File Reference
#include "qcborarray.h"
#include "qcborvalue_p.h"
#include "qdatastream.h"
+ Include dependency graph for qcborarray.cpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t qHash (const QCborArray &array, size_t seed)
 
QDebug operator<< (QDebug dbg, const QCborArray &a)
 
QDataStreamoperator>> (QDataStream &stream, QCborArray &value)
 

Function Documentation

◆ operator<<()

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

Definition at line 1175 of file qcborarray.cpp.

◆ operator>>()

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

Definition at line 1197 of file qcborarray.cpp.

References QDataStream::ReadCorruptData.

◆ qHash()

size_t qHash ( const QCborArray array,
size_t  seed 
)

Definition at line 1169 of file qcborarray.cpp.

References qHashRange(), and seed.

+ Here is the call graph for this function: