![]() |
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 Member Functions | |
| CFX_KeyValue () | |
| ~CFX_KeyValue () | |
| Public Member Functions inherited from CFX_Value | |
| CFX_Value () | |
| ~CFX_Value () | |
Public Attributes | |
| ByteString | sKey |
| Public Attributes inherited from CFX_Value | |
| DataType | nType = DataType::kNull |
| bool | bData = false |
| double | dData = 0.0 |
| ByteString | sData |
| std::vector< std::unique_ptr< CFX_KeyValue > > | objData |
Additional Inherited Members | |
| Public Types inherited from CFX_Value | |
| enum class | DataType : uint8_t { kNumber = 0 , kBoolean , kString , kObject , kNull } |
Definition at line 37 of file cfx_keyvalue.h.
|
default |
|
default |
| ByteString CFX_KeyValue::sKey |
Definition at line 42 of file cfx_keyvalue.h.