![]() |
Qt 6.x
The Qt SDK
|
#include "qcborcommon_p.h"
#include <QtCore/qdatastream.h>
#include <cborerrorstrings.c>
#include "moc_qcborcommon.cpp"
Go to the source code of this file.
Macros | |
#define | CBOR_NO_ENCODER_API |
#define | CBOR_NO_PARSER_API |
Functions | |
QDataStream & | operator<< (QDataStream &ds, QCborSimpleType st) |
QDataStream & | operator>> (QDataStream &ds, QCborSimpleType &st) |
#define CBOR_NO_ENCODER_API |
Definition at line 5 of file qcborcommon.cpp.
#define CBOR_NO_PARSER_API |
Definition at line 6 of file qcborcommon.cpp.
QDataStream & operator<< | ( | QDataStream & | ds, |
QCborSimpleType | st | ||
) |
Definition at line 58 of file qcborcommon.cpp.
QDataStream & operator>> | ( | QDataStream & | ds, |
QCborSimpleType & | st | ||
) |
Definition at line 63 of file qcborcommon.cpp.