Qt 4.8
Public Functions | Public Variables | List of all members
QRegExpPrivate Struct Reference

Public Functions

 QRegExpPrivate ()
 
 QRegExpPrivate (const QRegExpEngineKey &key)
 

Public Variables

QStringList capturedCache
 
QRegExpEngineeng
 
QRegExpEngineKey engineKey
 
QRegExpMatchState matchState
 
bool minimal
 
QString t
 

Detailed Description

Definition at line 3654 of file qregexp.cpp.

Constructors and Destructors

◆ QRegExpPrivate() [1/2]

QRegExpPrivate::QRegExpPrivate ( )
inline

Definition at line 3665 of file qregexp.cpp.

The QString class provides a Unicode character string.
Definition: qstring.h:83
QRegExpEngineKey engineKey
Definition: qregexp.cpp:3657
QRegExpEngine * eng
Definition: qregexp.cpp:3656

◆ QRegExpPrivate() [2/2]

QRegExpPrivate::QRegExpPrivate ( const QRegExpEngineKey key)
inline

Definition at line 3667 of file qregexp.cpp.

3668  : eng(0), engineKey(key), minimal(false) {}
QRegExpEngineKey engineKey
Definition: qregexp.cpp:3657
QRegExpEngine * eng
Definition: qregexp.cpp:3656

Properties

◆ capturedCache

QStringList QRegExpPrivate::capturedCache

Definition at line 3661 of file qregexp.cpp.

Referenced by QRegExp::operator=(), and prepareEngineForMatch().

◆ eng

QRegExpEngine* QRegExpPrivate::eng

◆ engineKey

QRegExpEngineKey QRegExpPrivate::engineKey

◆ matchState

QRegExpMatchState QRegExpPrivate::matchState

◆ minimal

bool QRegExpPrivate::minimal

Definition at line 3658 of file qregexp.cpp.

Referenced by QRegExp::operator=(), and QRegExp::operator==().

◆ t

QString QRegExpPrivate::t

Definition at line 3660 of file qregexp.cpp.

Referenced by QRegExp::operator=(), and prepareEngineForMatch().


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