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
QJsonPrivate::Writer Class Reference

#include <qjsonwriter_p.h>

Collaboration diagram for QJsonPrivate::Writer:

Static Public Member Functions

static void objectToJson (const QCborContainerPrivate *o, QByteArray &json, int indent, bool compact=false)
static void arrayToJson (const QCborContainerPrivate *a, QByteArray &json, int indent, bool compact=false)
static void valueToJson (const QCborValue &v, QByteArray &json, int indent, bool compact=false)

Detailed Description

Definition at line 26 of file qjsonwriter_p.h.

Member Function Documentation

◆ arrayToJson()

void Writer::arrayToJson ( const QCborContainerPrivate * a,
QByteArray & json,
int indent,
bool compact = false )
static

Definition at line 201 of file qjsonwriter.cpp.

◆ objectToJson()

void Writer::objectToJson ( const QCborContainerPrivate * o,
QByteArray & json,
int indent,
bool compact = false )
static

Definition at line 192 of file qjsonwriter.cpp.

◆ valueToJson()

void Writer::valueToJson ( const QCborValue & v,
QByteArray & json,
int indent,
bool compact = false )
static

Definition at line 210 of file qjsonwriter.cpp.


The documentation for this class was generated from the following files: