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

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

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

Go to the source code of this file.

Classes

struct  QV4::ArrayIteratorPrototype
struct  QV4::ArrayIteratorObject

Namespaces

namespace  QV4
namespace  QV4::Heap

Macros

#define ArrayIteratorObjectMembers(class, Member)

Functions

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

Macro Definition Documentation

◆ ArrayIteratorObjectMembers

#define ArrayIteratorObjectMembers ( class,
Member )
Value:
Member(class, Pointer, Object *, iteratedObject) \
Member(class, NoMark, IteratorKind, iterationKind) \
Member(class, NoMark, quint32, nextIndex)
static int nextIndex(int current, int count, bool forward)
[vector_of_multirole_objects_0]
Definition main.cpp:188
unsigned int quint32
Definition qtypes.h:55

Definition at line 30 of file qv4arrayiterator_p.h.