(c332d6e013a6d634ec140a57483970ae63e68075)
#include "qcborstreamwriter.h"
#include <private/qcborcommon_p.h>
#include <private/qnumeric_p.h>
#include <private/qstringconverter_p.h>
#include <qbuffer.h>
#include <qdebug.h>
#include <qstack.h>
#include <qvarlengtharray.h>
#include <cborencoder.c>
#include <cborencoder_close_container_checked.c>
#include <cborencoder_float.c>
Go to the source code of this file.
◆ CBOR_ENCODER_NO_CHECK_USER
| #define CBOR_ENCODER_NO_CHECK_USER |
◆ CBOR_ENCODER_WRITE_FUNCTION
◆ CBOR_ENCODER_WRITER_CONTROL
| #define CBOR_ENCODER_WRITER_CONTROL 1 |
◆ CBOR_NO_PARSER_API
| #define CBOR_NO_PARSER_API |
◆ Q_DECLARE_TYPEINFO()
◆ qt_cbor_encoder_write_callback()
| CborError qt_cbor_encoder_write_callback |
( |
void * | token, |
|
|
const void * | data, |
|
|
size_t | len, |
|
|
CborEncoderAppendType | ) |
|
static |