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

(92cc21b389aa6e7223ba94daa249092bbac460dc)

#include <QtCore/qcborvalue.h>
#include <QtCore/qpair.h>
#include <initializer_list>
+ Include dependency graph for qcbormap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCborMap
 \inmodule QtCore\reentrant More...
 
class  QCborMap::Iterator
 \inmodule QtCore\reentrant More...
 
class  QCborMap::ConstIterator
 \inmodule QtCore More...
 

Namespaces

namespace  QJsonPrivate
 

Functions

Q_CORE_EXPORT size_t qHash (const QCborMap &map, size_t seed=0)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QCborMap &m)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QCborMap &)
 

Function Documentation

◆ operator<<()

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

Definition at line 1752 of file qcbormap.cpp.

References open().

+ Here is the call graph for this function:

◆ operator>>()

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

Definition at line 1774 of file qcbormap.cpp.

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QCborMap & map,
size_t seed = 0 )

Definition at line 1746 of file qcbormap.cpp.

References QMap< Key, T >::begin(), QMap< Key, T >::end(), map, qHashRange(), and seed.

+ Here is the call graph for this function: