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
CFX_KeyValue Class Reference

#include <cfx_keyvalue.h>

+ Inheritance diagram for CFX_KeyValue:
+ Collaboration diagram for CFX_KeyValue:

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
}
 

Detailed Description

Definition at line 37 of file cfx_keyvalue.h.

Constructor & Destructor Documentation

◆ CFX_KeyValue()

CFX_KeyValue::CFX_KeyValue ( )
default

◆ ~CFX_KeyValue()

CFX_KeyValue::~CFX_KeyValue ( )
default

Member Data Documentation

◆ sKey

ByteString CFX_KeyValue::sKey

Definition at line 42 of file cfx_keyvalue.h.


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