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::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 381 of file qv4object_p.h.

Constructor & Destructor Documentation

◆ ~ObjectOwnPropertyKeyIterator()

QV4::ObjectOwnPropertyKeyIterator::~ObjectOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next()

Member Data Documentation

◆ arrayIndex

uint QV4::ObjectOwnPropertyKeyIterator::arrayIndex = 0

Definition at line 383 of file qv4object_p.h.

◆ iterateOverSymbols

bool QV4::ObjectOwnPropertyKeyIterator::iterateOverSymbols = false

Definition at line 385 of file qv4object_p.h.

◆ memberIndex

uint QV4::ObjectOwnPropertyKeyIterator::memberIndex = 0

Definition at line 384 of file qv4object_p.h.


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