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
qcborcommon.cpp File Reference

(a9c47dde501d0e178a254920bd487dca956895be)

#include "qcborcommon_p.h"
#include <QtCore/qdatastream.h>
#include <cborerrorstrings.c>
#include "moc_qcborcommon.cpp"
+ Include dependency graph for qcborcommon.cpp:

Go to the source code of this file.

Macros

#define CBOR_NO_ENCODER_API
 
#define CBOR_NO_PARSER_API
 

Functions

QDataStreamoperator<< (QDataStream &ds, QCborSimpleType st)
 
QDataStreamoperator>> (QDataStream &ds, QCborSimpleType &st)
 

Macro Definition Documentation

◆ CBOR_NO_ENCODER_API

#define CBOR_NO_ENCODER_API

Definition at line 5 of file qcborcommon.cpp.

◆ CBOR_NO_PARSER_API

#define CBOR_NO_PARSER_API

Definition at line 6 of file qcborcommon.cpp.

Function Documentation

◆ operator<<()

QDataStream & operator<< ( QDataStream & ds,
QCborSimpleType st )

Definition at line 58 of file qcborcommon.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & ds,
QCborSimpleType & st )

Definition at line 63 of file qcborcommon.cpp.