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

#include <qv4object_p.h>

+ Inheritance diagram for QV4::ObjectOwnPropertyKeyIterator:
+ Collaboration diagram for QV4::ObjectOwnPropertyKeyIterator:

Public Member Functions

 ~ObjectOwnPropertyKeyIterator () override=default
 
PropertyKey next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override
 
- Public Member Functions inherited from QV4::OwnPropertyKeyIterator
virtual ~OwnPropertyKeyIterator ()=0
 

Public Attributes

uint arrayIndex = 0
 
uint memberIndex = 0
 
bool iterateOverSymbols = false
 

Detailed Description

Definition at line 380 of file qv4object_p.h.

Constructor & Destructor Documentation

◆ ~ObjectOwnPropertyKeyIterator()

QV4::ObjectOwnPropertyKeyIterator::~ObjectOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next()

PropertyKey ObjectOwnPropertyKeyIterator::next ( const Object * o,
Property * pd = nullptr,
PropertyAttributes * attrs = nullptr )
overridevirtual

Member Data Documentation

◆ arrayIndex

uint QV4::ObjectOwnPropertyKeyIterator::arrayIndex = 0

Definition at line 382 of file qv4object_p.h.

Referenced by next(), and QV4::SequenceOwnPropertyKeyIterator::next().

◆ iterateOverSymbols

bool QV4::ObjectOwnPropertyKeyIterator::iterateOverSymbols = false

Definition at line 384 of file qv4object_p.h.

Referenced by next().

◆ memberIndex

uint QV4::ObjectOwnPropertyKeyIterator::memberIndex = 0

Definition at line 383 of file qv4object_p.h.

Referenced by next(), and QV4::SequenceOwnPropertyKeyIterator::next().


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