Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 112 of file qv4regexp_p.h.

Constructor & Destructor Documentation

◆ RegExpCacheKey() [1/2]

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

Definition at line 114 of file qv4regexp_p.h.

◆ RegExpCacheKey() [2/2]

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

Definition at line 128 of file qv4regexp_p.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 121 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 119 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 125 of file qv4regexp_p.h.

◆ pattern

QString QV4::RegExpCacheKey::pattern

Definition at line 124 of file qv4regexp_p.h.


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