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
QQmlPrivate::AOTLookupValidation::Lookup Struct Reference

#include <qqmlprivate.h>

Collaboration diagram for QQmlPrivate::AOTLookupValidation::Lookup:

Public Attributes

Type base
QString member
QString enumName

Friends

bool comparesEqual (const Lookup &lhs, const Lookup &rhs) noexcept
size_t qHash (const Lookup &lookup, size_t seed=0)

Detailed Description

Definition at line 1339 of file qqmlprivate.h.

◆ comparesEqual

bool comparesEqual ( const Lookup & lhs,
const Lookup & rhs )
friend

Definition at line 1345 of file qqmlprivate.h.

◆ qHash

size_t qHash ( const Lookup & lookup,
size_t seed = 0 )
friend

Definition at line 1350 of file qqmlprivate.h.

Member Data Documentation

◆ base

Type QQmlPrivate::AOTLookupValidation::Lookup::base

Definition at line 1341 of file qqmlprivate.h.

◆ enumName

QString QQmlPrivate::AOTLookupValidation::Lookup::enumName

Definition at line 1343 of file qqmlprivate.h.

◆ member

QString QQmlPrivate::AOTLookupValidation::Lookup::member

Definition at line 1342 of file qqmlprivate.h.


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