Qt 6.x
The Qt SDK
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
 
uint flags
 

Detailed Description

Definition at line 110 of file qv4regexp_p.h.

Constructor & Destructor Documentation

◆ RegExpCacheKey() [1/2]

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

Definition at line 112 of file qv4regexp_p.h.

◆ RegExpCacheKey() [2/2]

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

Definition at line 126 of file qv4regexp_p.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 119 of file qv4regexp_p.h.

References operator==(), and other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 117 of file qv4regexp_p.h.

References other().

Referenced by operator!=().

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

Member Data Documentation

◆ flags

uint QV4::RegExpCacheKey::flags

Definition at line 123 of file qv4regexp_p.h.

◆ pattern

QString QV4::RegExpCacheKey::pattern

Definition at line 122 of file qv4regexp_p.h.


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