Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ClassInfo Struct Reference

#include <qmetatypesjsonprocessor_p.h>

+ Collaboration diagram for ClassInfo:

Public Types

using Container = std::vector<ClassInfo>
 

Public Member Functions

 ClassInfo ()=default
 
 ClassInfo (const QCborMap &cbor)
 

Public Attributes

QAnyStringView name
 
QAnyStringView value
 

Detailed Description

Definition at line 44 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

using ClassInfo::Container = std::vector<ClassInfo>

Definition at line 46 of file qmetatypesjsonprocessor_p.h.

Constructor & Destructor Documentation

◆ ClassInfo() [1/2]

ClassInfo::ClassInfo ( )
default

◆ ClassInfo() [2/2]

ClassInfo::ClassInfo ( const QCborMap & cbor)

Definition at line 721 of file qmetatypesjsonprocessor.cpp.

Member Data Documentation

◆ name

QAnyStringView ClassInfo::name

Definition at line 51 of file qmetatypesjsonprocessor_p.h.

◆ value

QAnyStringView ClassInfo::value

Definition at line 52 of file qmetatypesjsonprocessor_p.h.


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