(cd4813a3c304a6d9d5d8096d91a8fc297818d624)
#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>
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 |
◆ cbor_encode_float_as_half_float()
| CborError cbor_encode_float_as_half_float |
( |
CborEncoder * | , |
|
|
float | ) |
|
static |
◆ cbor_encoder_close_container_checked()
◆ Q_DECLARE_TYPEINFO()
◆ qt_cbor_encoder_write_callback()
| CborError qt_cbor_encoder_write_callback |
( |
void * | token, |
|
|
const void * | data, |
|
|
size_t | len, |
|
|
CborEncoderAppendType | ) |
|
static |