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

(762de4f590ad58581c2b40de289b309f95943964)

#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

struct  QtPrivate::QCborMapKeyValues< T, Iterator >
class  QCborMap
 \inmodule QtCore\reentrant More...
class  QCborMap::Iterator
 \inmodule QtCore\reentrant More...
class  QCborMap::ConstIterator
 \inmodule QtCore More...

Namespaces

namespace  QJsonPrivate
namespace  QtPrivate

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

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 = 0 )

Definition at line 1855 of file qcbormap.cpp.