Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcbordiagnostic.cpp File Reference

(cd4813a3c304a6d9d5d8096d91a8fc297818d624)

#include "qcborvalue.h"
#include "qcborvalue_p.h"
#include "qcborarray.h"
#include "qcbormap.h"
#include <private/qnumeric_p.h>
#include <qstack.h>
#include <private/qtools_p.h>
Include dependency graph for qcbordiagnostic.cpp:

Go to the source code of this file.

Functions

static QString makeFpString (double d)
static bool isByteArrayEncodingTag (QCborTag tag)

Function Documentation

◆ isByteArrayEncodingTag()

bool isByteArrayEncodingTag ( QCborTag tag)
static

Definition at line 88 of file qcbordiagnostic.cpp.

◆ makeFpString()

QString makeFpString ( double d)
static

Definition at line 68 of file qcbordiagnostic.cpp.