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::CompiledData::RegExp Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::RegExp:

Public Types

enum  Flag : quint8 {
  RegExp_NoFlags = 0x0 , RegExp_Global = 0x01 , RegExp_IgnoreCase = 0x02 , RegExp_Multiline = 0x04 ,
  RegExp_Sticky = 0x08 , RegExp_Unicode = 0x10
}
 

Public Member Functions

 Q_DECLARE_FLAGS (Flags, Flag)
 
 RegExp ()
 
 RegExp (quint32 flags, quint32 stringIndex)
 
quint32 flags () const
 
quint32 stringIndex () const
 

Detailed Description

Definition at line 157 of file qv4compileddata_p.h.

Member Enumeration Documentation

◆ Flag

Enumerator
RegExp_NoFlags 
RegExp_Global 
RegExp_IgnoreCase 
RegExp_Multiline 
RegExp_Sticky 
RegExp_Unicode 

Definition at line 159 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ RegExp() [1/2]

QV4::CompiledData::RegExp::RegExp ( )
inline

Definition at line 170 of file qv4compileddata_p.h.

Referenced by RegExp().

+ Here is the caller graph for this function:

◆ RegExp() [2/2]

QV4::CompiledData::RegExp::RegExp ( quint32 flags,
quint32 stringIndex )
inline

Definition at line 171 of file qv4compileddata_p.h.

References RegExp().

+ Here is the call graph for this function:

Member Function Documentation

◆ flags()

quint32 QV4::CompiledData::RegExp::flags ( ) const
inline

Definition at line 177 of file qv4compileddata_p.h.

◆ Q_DECLARE_FLAGS()

QV4::CompiledData::RegExp::Q_DECLARE_FLAGS ( Flags ,
Flag  )

◆ stringIndex()

quint32 QV4::CompiledData::RegExp::stringIndex ( ) const
inline

Definition at line 178 of file qv4compileddata_p.h.


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