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

#include <qv4internalclass_p.h>

+ Collaboration diagram for QV4::InternalClassEntry:

Public Member Functions

bool isValid () const
 

Public Attributes

uint index
 
uint setterIndex
 
PropertyAttributes attributes
 

Detailed Description

Definition at line 32 of file qv4internalclass_p.h.

Member Function Documentation

◆ isValid()

bool QV4::InternalClassEntry::isValid ( ) const
inline

Definition at line 36 of file qv4internalclass_p.h.

References attributes, and QV4::PropertyAttributes::isEmpty().

Referenced by QV4::ObjectOwnPropertyKeyIterator::next().

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

Member Data Documentation

◆ attributes

PropertyAttributes QV4::InternalClassEntry::attributes

◆ index

uint QV4::InternalClassEntry::index

◆ setterIndex

uint QV4::InternalClassEntry::setterIndex

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