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

(05fc3aef53348fb58be6308076e000825b704e58)

#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()

static bool isByteArrayEncodingTag ( QCborTag tag)
static

Definition at line 87 of file qcbordiagnostic.cpp.

References ExpectedBase16, ExpectedBase64, ExpectedBase64url, and tag.

◆ makeFpString()

static QString makeFpString ( double d)
static

Definition at line 67 of file qcbordiagnostic.cpp.

References d, QLocale::FloatingPointShortest, QString::fromLatin1(), QString::number(), QStringLiteral, qt_is_inf(), and qt_is_nan().

+ Here is the call graph for this function: