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

(6b9c5f6ed7b768dc918feac76bf40cdffb72bfe7)

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

Go to the source code of this file.

Classes

struct  QV4::SetIteratorPrototype
 
struct  QV4::SetIteratorObject
 

Namespaces

namespace  QV4
 
namespace  QV4::Heap
 

Macros

#define SetIteratorObjectMembers(class, Member)
 

Functions

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

Macro Definition Documentation

◆ SetIteratorObjectMembers

#define SetIteratorObjectMembers ( class,
Member )
Value:
Member(class, Pointer, Object *, iteratedSet) \
Member(class, NoMark, IteratorKind, iterationKind) \
Member(class, NoMark, quint32, setNextIndex)
Definition main.cpp:8
unsigned int quint32
Definition qtypes.h:50

Definition at line 27 of file qv4setiterator_p.h.