![]() |
Qt 6.x
The Qt SDK
|
#include <qv4regexp_p.h>
Public Member Functions | |
RegExpCacheKey (const QString &pattern, uint flags) | |
RegExpCacheKey (const RegExp::Data *re) | |
bool | operator== (const RegExpCacheKey &other) const |
bool | operator!= (const RegExpCacheKey &other) const |
Public Attributes | |
QString | pattern |
uint | flags |
Definition at line 110 of file qv4regexp_p.h.
Definition at line 112 of file qv4regexp_p.h.
|
inlineexplicit |
Definition at line 126 of file qv4regexp_p.h.
|
inline |
Definition at line 119 of file qv4regexp_p.h.
References operator==(), and other().
|
inline |
Definition at line 117 of file qv4regexp_p.h.
References other().
Referenced by operator!=().
uint QV4::RegExpCacheKey::flags |
Definition at line 123 of file qv4regexp_p.h.
QString QV4::RegExpCacheKey::pattern |
Definition at line 122 of file qv4regexp_p.h.