![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
| quint8 | flags |
Definition at line 116 of file qv4regexp_p.h.
Definition at line 118 of file qv4regexp_p.h.
References RegExpCacheKey().
Referenced by RegExpCacheKey().
|
inlineexplicit |
Definition at line 132 of file qv4regexp_p.h.
References RegExpCacheKey().
Referenced by RegExpCacheKey().
|
inline |
Definition at line 125 of file qv4regexp_p.h.
References operator==().
|
inline |
Definition at line 123 of file qv4regexp_p.h.
Referenced by operator!=().
| quint8 QV4::RegExpCacheKey::flags |
Definition at line 129 of file qv4regexp_p.h.
| QString QV4::RegExpCacheKey::pattern |
Definition at line 128 of file qv4regexp_p.h.