Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4regexpobject_p.h File Reference
#include <private/qv4context_p.h>
#include <private/qv4engine_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4managed_p.h>
#include <QtCore/qhash.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qv4regexpobject_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::RegExpObject
 
struct  QV4::RegExpCtor
 
struct  QV4::RegExpPrototype
 

Namespaces

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

Macros

#define RegExpObjectMembers(class, Member)    Member(class, Pointer, RegExp *, value)
 
#define RegExpCtorMembers(class, Member)
 

Functions

 QV4::Heap::DECLARE_HEAP_OBJECT (RegExpObject, Object)
 
 QV4::Heap::DECLARE_HEAP_OBJECT (RegExpCtor, FunctionObject)
 

Macro Definition Documentation

◆ RegExpCtorMembers

#define RegExpCtorMembers (   class,
  Member 
)
Value:
Member(class, HeapValue, HeapValue, lastMatch) \
Member(class, Pointer, String *, lastInput) \
Member(class, NoMark, int, lastMatchStart) \
Member(class, NoMark, int, lastMatchEnd)

Definition at line 44 of file qv4regexpobject_p.h.

◆ RegExpObjectMembers

#define RegExpObjectMembers (   class,
  Member 
)     Member(class, Pointer, RegExp *, value)

Definition at line 31 of file qv4regexpobject_p.h.