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
QV4::RegExpCacheKey Struct Reference

#include <qv4regexp_p.h>

Collaboration diagram for QV4::RegExpCacheKey:

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

Detailed Description

Definition at line 116 of file qv4regexp_p.h.

Constructor & Destructor Documentation

◆ RegExpCacheKey() [1/2]

QV4::RegExpCacheKey::RegExpCacheKey ( const QString & pattern,
uint flags )
inline

Definition at line 118 of file qv4regexp_p.h.

References RegExpCacheKey().

Referenced by RegExpCacheKey().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RegExpCacheKey() [2/2]

QV4::RegExpCacheKey::RegExpCacheKey ( const RegExp::Data * re)
inlineexplicit

Definition at line 132 of file qv4regexp_p.h.

References RegExpCacheKey().

Referenced by RegExpCacheKey().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator!=()

bool QV4::RegExpCacheKey::operator!= ( const RegExpCacheKey & other) const
inline

Definition at line 125 of file qv4regexp_p.h.

References operator==().

Here is the call graph for this function:

◆ operator==()

bool QV4::RegExpCacheKey::operator== ( const RegExpCacheKey & other) const
inline

Definition at line 123 of file qv4regexp_p.h.

Referenced by operator!=().

Here is the caller graph for this function:

Member Data Documentation

◆ flags

quint8 QV4::RegExpCacheKey::flags

Definition at line 129 of file qv4regexp_p.h.

◆ pattern

QString QV4::RegExpCacheKey::pattern

Definition at line 128 of file qv4regexp_p.h.


The documentation for this struct was generated from the following file: