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
QV4::CompiledData::TypeReference Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::TypeReference:

Public Member Functions

 TypeReference (const Location &loc)
 

Public Attributes

Location location
 
bool needsCreation: 1
 
bool errorWhenNotFound: 1
 

Detailed Description

Definition at line 1382 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ TypeReference()

QV4::CompiledData::TypeReference::TypeReference ( const Location & loc)
inline

Definition at line 1384 of file qv4compileddata_p.h.

Member Data Documentation

◆ errorWhenNotFound

bool QV4::CompiledData::TypeReference::errorWhenNotFound

Definition at line 1391 of file qv4compileddata_p.h.

◆ location

Location QV4::CompiledData::TypeReference::location

Definition at line 1389 of file qv4compileddata_p.h.

◆ needsCreation

bool QV4::CompiledData::TypeReference::needsCreation

Definition at line 1390 of file qv4compileddata_p.h.


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