![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qcborvalue.h>#include <initializer_list>
Include dependency graph for qcborarray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QCborArray |
| \inmodule QtCore\reentrant More... | |
| class | QCborArray::Iterator |
| \inmodule QtCore More... | |
| class | QCborArray::ConstIterator |
| \inmodule QtCore More... | |
Namespaces | |
| namespace | QJsonPrivate |
Functions | |
| Q_CORE_EXPORT size_t | qHash (const QCborArray &array, size_t seed=0) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, const QCborArray &a) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QCborArray &) |
| Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const QCborArray & | a | ||
| ) |
Definition at line 1175 of file qcborarray.cpp.
| Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| QCborArray & | value | ||
| ) |
Definition at line 1197 of file qcborarray.cpp.
References QDataStream::ReadCorruptData.
| Q_CORE_EXPORT size_t qHash | ( | const QCborArray & | array, |
| size_t | seed = 0 |
||
| ) |
Definition at line 1169 of file qcborarray.cpp.
References qHashRange(), and seed.
Here is the call graph for this function: