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

#include <qmetatypesjsonprocessor_p.h>

+ Collaboration diagram for UsingDeclaration:

Public Member Functions

bool isValid () const
 

Public Attributes

QAnyStringView alias
 
QAnyStringView original
 

Friends

bool comparesEqual (const UsingDeclaration &a, const UsingDeclaration &b) noexcept
 
Qt::strong_ordering compareThreeWay (const UsingDeclaration &a, const UsingDeclaration &b) noexcept
 

Detailed Description

Definition at line 212 of file qmetatypesjsonprocessor_p.h.

Member Function Documentation

◆ isValid()

bool UsingDeclaration::isValid ( ) const
inline

Definition at line 216 of file qmetatypesjsonprocessor_p.h.

References alias, QAnyStringView::isEmpty(), and original.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ comparesEqual

bool comparesEqual ( const UsingDeclaration & a,
const UsingDeclaration & b )
friend

Definition at line 218 of file qmetatypesjsonprocessor_p.h.

◆ compareThreeWay

Qt::strong_ordering compareThreeWay ( const UsingDeclaration & a,
const UsingDeclaration & b )
friend

Definition at line 223 of file qmetatypesjsonprocessor_p.h.

Member Data Documentation

◆ alias

QAnyStringView UsingDeclaration::alias

Definition at line 213 of file qmetatypesjsonprocessor_p.h.

Referenced by isValid().

◆ original

QAnyStringView UsingDeclaration::original

Definition at line 214 of file qmetatypesjsonprocessor_p.h.

Referenced by isValid().


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