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
Argument Struct Reference

#include <qmetatypesjsonprocessor_p.h>

+ Collaboration diagram for Argument:

Public Types

using Container = std::vector<Argument>
 

Public Member Functions

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

Public Attributes

QAnyStringView name
 
QAnyStringView type
 

Detailed Description

Definition at line 93 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

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

Definition at line 95 of file qmetatypesjsonprocessor_p.h.

Constructor & Destructor Documentation

◆ Argument() [1/2]

Argument::Argument ( )
default

◆ Argument() [2/2]

Argument::Argument ( const QCborMap & cbor)

Definition at line 757 of file qmetatypesjsonprocessor.cpp.

Member Data Documentation

◆ name

QAnyStringView Argument::name

Definition at line 100 of file qmetatypesjsonprocessor_p.h.

◆ type

const Type * Argument::type

Definition at line 101 of file qmetatypesjsonprocessor_p.h.


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