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
qv4objectiterator_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include "qv4global_p.h"
#include "qv4object_p.h"
+ Include dependency graph for qv4objectiterator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::ObjectIterator
 
struct  QV4::ForInIteratorPrototype
 
struct  QV4::ForInIteratorObject
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define ForInIteratorObjectMembers(class, Member)
 

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (ForInIteratorObject, Object)
 

Macro Definition Documentation

◆ ForInIteratorObjectMembers

#define ForInIteratorObjectMembers ( class,
Member )
Value:
Member(class, Pointer, Object *, object) \
Member(class, Pointer, Object *, current) \
Member(class, Pointer, Object *, target) \
Member(class, NoMark, OwnPropertyKeyIterator *, iterator)
Definition main.cpp:8
GLenum target

Definition at line 59 of file qv4objectiterator_p.h.