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.cpp File Reference

(e20a3694c7b96cef73a4d4e140a5def7cf17ab8a)

#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 1220 of file qcborarray.cpp.

◆ operator>>()

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

Definition at line 1242 of file qcborarray.cpp.

◆ qHash()

size_t qHash ( const QCborArray & array,
size_t seed )

Definition at line 1214 of file qcborarray.cpp.

References qHashRange(), and seed.

+ Here is the call graph for this function: