#include <libmythbase/http/serialisers/mythcborserialiser.h>
|
QCborStreamWriter * | m_writer { nullptr } |
|
Definition at line 9 of file mythcborserialiser.h.
◆ MythCBORSerialiser()
MythCBORSerialiser::MythCBORSerialiser |
( |
const QString & |
Name, |
|
|
const QVariant & |
Value |
|
) |
| |
◆ AddObject()
void MythCBORSerialiser::AddObject |
( |
const QString & |
Name, |
|
|
const QVariant & |
Value |
|
) |
| |
|
protected |
◆ AddValue()
void MythCBORSerialiser::AddValue |
( |
const QVariant & |
Value | ) |
|
|
protected |
◆ AddQObject()
void MythCBORSerialiser::AddQObject |
( |
const QObject * |
Object | ) |
|
|
protected |
◆ AddStringList()
void MythCBORSerialiser::AddStringList |
( |
const QVariant & |
Values | ) |
|
|
protected |
◆ AddList()
void MythCBORSerialiser::AddList |
( |
const QVariant & |
Values | ) |
|
|
protected |
◆ AddMap()
void MythCBORSerialiser::AddMap |
( |
const QVariantMap & |
Map | ) |
|
|
protected |
◆ m_writer
QCborStreamWriter* MythCBORSerialiser::m_writer { nullptr } |
|
private |
The documentation for this class was generated from the following files: