QtBase  v6.3.1
Functions | Variables
qcborvalue.cpp File Reference
#include "qcborvalue.h"
#include "qcborvalue_p.h"
#include "qdatastream.h"
#include "qcborarray.h"
#include "qcbormap.h"
#include <qendian.h>
#include <qlocale.h>
#include <private/qbytearray_p.h>
#include <private/qnumeric_p.h>
#include <private/qsimd_p.h>
#include <new>
#include "qcborarray.cpp"
#include "qcbormap.cpp"
#include "moc_qcborvalue.cpp"
Include dependency graph for qcborvalue.cpp:

Go to the source code of this file.

Functions

void qt_to_latin1_unchecked (uchar *dst, const char16_t *uc, qsizetype len)
 
 QT_WARNING_DISABLE_MSVC (4146) static int compareContainer(const QCborContainerPrivate *c1
 
size_t qHash (const QCborValue &value, size_t seed)
 
Q_CORE_EXPORT const char * qt_cbor_simpletype_id (QCborSimpleType st)
 
Q_CORE_EXPORT const char * qt_cbor_tag_id (QCborTag tag)
 
QDebug operator<< (QDebug dbg, const QCborValue &v)
 
QDebug operator<< (QDebug dbg, QCborSimpleType st)
 
QDebug operator<< (QDebug dbg, QCborTag tag)
 
QDebug operator<< (QDebug dbg, QCborKnownTags tag)
 
QDataStreamoperator>> (QDataStream &stream, QCborValue &value)
 

Variables

const QCborContainerPrivatec2
 

Function Documentation

◆ operator<<() [1/4]

QDebug operator<< ( QDebug  dbg,
const QCborValue v 
)

Definition at line 3119 of file qcborvalue.cpp.

◆ operator<<() [2/4]

QDebug operator<< ( QDebug  dbg,
QCborKnownTags  tag 
)

Definition at line 3149 of file qcborvalue.cpp.

◆ operator<<() [3/4]

QDebug operator<< ( QDebug  dbg,
QCborSimpleType  st 
)

Definition at line 3126 of file qcborvalue.cpp.

◆ operator<<() [4/4]

QDebug operator<< ( QDebug  dbg,
QCborTag  tag 
)

Definition at line 3136 of file qcborvalue.cpp.

◆ operator>>()

QDataStream& operator>> ( QDataStream stream,
QCborValue value 
)

Definition at line 3169 of file qcborvalue.cpp.

◆ qHash()

size_t qHash ( const QCborValue value,
size_t  seed 
)

Definition at line 2932 of file qcborvalue.cpp.

◆ qt_cbor_simpletype_id()

Q_CORE_EXPORT const char* qt_cbor_simpletype_id ( QCborSimpleType  st)

Definition at line 2985 of file qcborvalue.cpp.

◆ qt_cbor_tag_id()

Q_CORE_EXPORT const char* qt_cbor_tag_id ( QCborTag  tag)

Definition at line 3000 of file qcborvalue.cpp.

Here is the call graph for this function:

◆ qt_to_latin1_unchecked()

void qt_to_latin1_unchecked ( uchar dst,
const char16_t *  uc,
qsizetype  len 
)

Definition at line 1003 of file qstring.cpp.

Here is the caller graph for this function:

◆ QT_WARNING_DISABLE_MSVC()

QT_WARNING_DISABLE_MSVC ( 4146  ) const

Variable Documentation

◆ c2

Definition at line 1069 of file qcborvalue.cpp.