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::OwnPropertyKeyIterator Struct Referenceabstract

#include <qv4vtable_p.h>

+ Inheritance diagram for QV4::OwnPropertyKeyIterator:
+ Collaboration diagram for QV4::OwnPropertyKeyIterator:

Public Member Functions

virtual ~OwnPropertyKeyIterator ()=0
 
virtual PropertyKey next (const Object *o, Property *p=nullptr, PropertyAttributes *attrs=nullptr)=0
 

Detailed Description

Definition at line 27 of file qv4vtable_p.h.

Constructor & Destructor Documentation

◆ ~OwnPropertyKeyIterator()

OwnPropertyKeyIterator::~OwnPropertyKeyIterator ( )
pure virtual

Definition at line 119 of file qv4managed.cpp.

Member Function Documentation

◆ next()


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