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

Member Typedef Documentation

◆ Container

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

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

References Argument().

Referenced by Argument().

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

Member Data Documentation

◆ name

◆ type

const Type * Argument::type

Definition at line 104 of file qmetatypesjsonprocessor_p.h.


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