![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcborvalue_p.h>
Public Types | |
enum | ValueFlag : quint32 { IsContainer = 0x0001 , HasByteData = 0x0002 , StringIsUtf16 = 0x0004 , StringIsAscii = 0x0008 } |
Public Member Functions | |
Element (qint64 v=0, QCborValue::Type t=QCborValue::Undefined, ValueFlags f={}) | |
Element (QCborContainerPrivate *d, QCborValue::Type t, ValueFlags f={}) | |
double | fpvalue () const |
Public Attributes | |
union { | |
qint64 value | |
QCborContainerPrivate * container | |
}; | |
QCborValue::Type | type |
ValueFlags | flags = {} |
Definition at line 39 of file qcborvalue_p.h.
enum QtCbor::Element::ValueFlag : quint32 |
Enumerator | |
---|---|
IsContainer | |
HasByteData | |
StringIsUtf16 | |
StringIsAscii |
Definition at line 41 of file qcborvalue_p.h.
|
inline |
Definition at line 56 of file qcborvalue_p.h.
|
inline |
Definition at line 60 of file qcborvalue_p.h.
|
inline |
Definition at line 64 of file qcborvalue_p.h.
Referenced by QCborValueConstRef::concreteDouble(), and QCborValueConstRef::concreteIntegral().
union { ... } QtCbor::Element |
QCborContainerPrivate* QtCbor::Element::container |
Definition at line 51 of file qcborvalue_p.h.
ValueFlags QtCbor::Element::flags = {} |
Definition at line 54 of file qcborvalue_p.h.
QCborValue::Type QtCbor::Element::type |
Definition at line 53 of file qcborvalue_p.h.
qint64 QtCbor::Element::value |
Definition at line 50 of file qcborvalue_p.h.