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
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 1392 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ TypeReference()

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

Definition at line 1394 of file qv4compileddata_p.h.

References TypeReference(), errorWhenNotFound, and needsCreation.

Referenced by TypeReference().

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

Member Data Documentation

◆ errorWhenNotFound

bool QV4::CompiledData::TypeReference::errorWhenNotFound

◆ location

Location QV4::CompiledData::TypeReference::location

Definition at line 1399 of file qv4compileddata_p.h.

◆ needsCreation

bool QV4::CompiledData::TypeReference::needsCreation

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