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::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 28 of file qv4vtable_p.h.

Constructor & Destructor Documentation

◆ ~OwnPropertyKeyIterator()

OwnPropertyKeyIterator::~OwnPropertyKeyIterator ( )
pure virtual

Definition at line 145 of file qv4managed.cpp.

Member Function Documentation

◆ next()


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