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
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 46 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

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

Definition at line 48 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 731 of file qmetatypesjsonprocessor.cpp.

References ClassInfo().

Referenced by ClassInfo().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ name

◆ value

QAnyStringView ClassInfo::value

Definition at line 54 of file qmetatypesjsonprocessor_p.h.


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