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

#include <qv4compileddata_p.h>

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

Public Types

enum  Flags : unsigned int {
  RegExp_NoFlags = 0x0 , RegExp_Global = 0x01 , RegExp_IgnoreCase = 0x02 , RegExp_Multiline = 0x04 ,
  RegExp_Sticky = 0x08 , RegExp_Unicode = 0x10
}
 

Public Member Functions

 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

◆ Flags

enum QV4::CompiledData::RegExp::Flags : unsigned int
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 168 of file qv4compileddata_p.h.

◆ RegExp() [2/2]

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

Definition at line 169 of file qv4compileddata_p.h.

References flags(), and stringIndex().

+ Here is the call graph for this function:

Member Function Documentation

◆ flags()

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

Definition at line 175 of file qv4compileddata_p.h.

Referenced by RegExp(), and QV4::ExecutableCompilationUnit::populate().

+ Here is the caller graph for this function:

◆ stringIndex()

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

Definition at line 176 of file qv4compileddata_p.h.

Referenced by RegExp().

+ Here is the caller graph for this function:

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