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

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::CachedQmlUnit:

Public Attributes

const QV4::CompiledData::UnitqmlData
 
const AOTCompiledFunctionaotCompiledFunctions
 
voidunused2
 

Detailed Description

Definition at line 754 of file qqmlprivate.h.

Member Data Documentation

◆ aotCompiledFunctions

const AOTCompiledFunction* QQmlPrivate::CachedQmlUnit::aotCompiledFunctions

Definition at line 756 of file qqmlprivate.h.

Referenced by QQmlTypeData::initializeFromCachedUnit(), and isFullyTyped().

◆ qmlData

const QV4::CompiledData::Unit* QQmlPrivate::CachedQmlUnit::qmlData

Definition at line 755 of file qqmlprivate.h.

Referenced by QQmlTypeData::initializeFromCachedUnit(), and isFullyTyped().

◆ unused2

void* QQmlPrivate::CachedQmlUnit::unused2

Definition at line 757 of file qqmlprivate.h.


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