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

(3840657da18599ddb0d62a355362cbdf65e81171)

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

Definition at line 1233 of file qcborarray.cpp.