![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_keyvalue.h>
Public Types | |
| enum class | DataType : uint8_t { kNumber = 0 , kBoolean , kString , kObject , kNull } |
Public Member Functions | |
| CFX_Value () | |
| ~CFX_Value () | |
Public Attributes | |
| DataType | nType = DataType::kNull |
| bool | bData = false |
| double | dData = 0.0 |
| ByteString | sData |
| std::vector< std::unique_ptr< CFX_KeyValue > > | objData |
Definition at line 17 of file cfx_keyvalue.h.
|
strong |
| Enumerator | |
|---|---|
| kNumber | |
| kBoolean | |
| kString | |
| kObject | |
| kNull | |
Definition at line 19 of file cfx_keyvalue.h.
|
default |
|
default |
| bool CFX_Value::bData = false |
Definition at line 31 of file cfx_keyvalue.h.
| double CFX_Value::dData = 0.0 |
Definition at line 32 of file cfx_keyvalue.h.
| DataType CFX_Value::nType = DataType::kNull |
Definition at line 30 of file cfx_keyvalue.h.
| std::vector<std::unique_ptr<CFX_KeyValue> > CFX_Value::objData |
Definition at line 34 of file cfx_keyvalue.h.
| ByteString CFX_Value::sData |
Definition at line 33 of file cfx_keyvalue.h.