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

(bb30dc9f00598e1f2e079c847c9d784050fe0a66)

#include "qcbormap.h"
#include "qcborvalue_p.h"
Include dependency graph for qcbormap.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 QCborMap &map, size_t seed)
QDebug operator<< (QDebug dbg, const QCborMap &m)
QDataStreamoperator>> (QDataStream &stream, QCborMap &value)

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QCborMap & m )

Definition at line 1861 of file qcbormap.cpp.

◆ operator>>()

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

Definition at line 1883 of file qcbormap.cpp.

◆ qHash()

size_t qHash ( const QCborMap & map,
size_t seed )

Definition at line 1855 of file qcbormap.cpp.