Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4stringiterator_p.h File Reference
#include "qv4object_p.h"
#include "qv4string_p.h"
+ Include dependency graph for qv4stringiterator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::StringIteratorPrototype
 
struct  QV4::StringIteratorObject
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 
namespace  QV4::Heap
 

Macros

#define StringIteratorObjectMembers(class, Member)
 

Functions

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

Macro Definition Documentation

◆ StringIteratorObjectMembers

#define StringIteratorObjectMembers (   class,
  Member 
)
Value:
Member(class, Pointer, String *, iteratedString) \
Member(class, NoMark, quint32, nextIndex)
unsigned int quint32
Definition qtypes.h:45

Definition at line 28 of file qv4stringiterator_p.h.