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::SequenceOwnPropertyKeyIterator Struct Reference
Inheritance diagram for QV4::SequenceOwnPropertyKeyIterator:
Collaboration diagram for QV4::SequenceOwnPropertyKeyIterator:

Public Member Functions

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

Additional Inherited Members

Public Attributes inherited from QV4::ObjectOwnPropertyKeyIterator
uint arrayIndex = 0
uint memberIndex = 0
bool iterateOverSymbols = false

Detailed Description

Definition at line 139 of file qv4sequenceobject.cpp.

Constructor & Destructor Documentation

◆ ~SequenceOwnPropertyKeyIterator() [1/2]

QV4::SequenceOwnPropertyKeyIterator::~SequenceOwnPropertyKeyIterator ( )
overridedefault

◆ ~SequenceOwnPropertyKeyIterator() [2/2]

QV4::SequenceOwnPropertyKeyIterator::~SequenceOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next() [1/2]

PropertyKey QV4::SequenceOwnPropertyKeyIterator::next ( const Object * o,
Property * pd = nullptr,
PropertyAttributes * attrs = nullptr )
inlineoverridevirtual

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Definition at line 142 of file qv4sequenceobject.cpp.

References QV4::Heap::Sequence::isStoredInline().

Here is the call graph for this function:

◆ next() [2/2]

PropertyKey QV4::SequenceOwnPropertyKeyIterator::next ( const Object * o,
Property * pd = nullptr,
PropertyAttributes * attrs = nullptr )
inlineoverridevirtual

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Definition at line 142 of file qv4sequenceobject.cpp.


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