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::EnumValue Struct Reference

#include <qv4compileddata_p.h>

+ Inheritance diagram for QV4::CompiledData::EnumValue:
+ Collaboration diagram for QV4::CompiledData::EnumValue:

Public Attributes

quint32_le nameIndex
 
qint32_le value
 
Location location
 

Detailed Description

Definition at line 731 of file qv4compileddata_p.h.

Member Data Documentation

◆ location

Location QV4::CompiledData::EnumValue::location

Definition at line 735 of file qv4compileddata_p.h.

◆ nameIndex

quint32_le QV4::CompiledData::EnumValue::nameIndex

Definition at line 733 of file qv4compileddata_p.h.

◆ value

qint32_le QV4::CompiledData::EnumValue::value

Definition at line 734 of file qv4compileddata_p.h.


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