![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 6 of file qcborcommon.cpp.
#define CBOR_NO_PARSER_API |
Definition at line 7 of file qcborcommon.cpp.
QDataStream & operator<< | ( | QDataStream & | ds, |
QCborSimpleType | st ) |
Definition at line 59 of file qcborcommon.cpp.
QDataStream & operator>> | ( | QDataStream & | ds, |
QCborSimpleType & | st ) |
Definition at line 64 of file qcborcommon.cpp.