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

Public Functions

 QRegExpAutomatonState ()
 
 QRegExpAutomatonState (int a, int m)
 

Public Variables

QMap< int, int > anchors
 
int atom
 
int match
 
QVector< int > outs
 
QMap< int, int > reenter
 

Detailed Description

Definition at line 950 of file qregexp.cpp.

Constructors and Destructors

◆ QRegExpAutomatonState() [1/2]

QRegExpAutomatonState::QRegExpAutomatonState ( )
inline

Definition at line 960 of file qregexp.cpp.

960 { }

◆ QRegExpAutomatonState() [2/2]

QRegExpAutomatonState::QRegExpAutomatonState ( int  a,
int  m 
)
inline

Definition at line 962 of file qregexp.cpp.

963  : atom(a), match(m) { }
long ASN1_INTEGER_get ASN1_INTEGER * a

Properties

◆ anchors

QMap<int, int> QRegExpAutomatonState::anchors

◆ atom

int QRegExpAutomatonState::atom

Definition at line 953 of file qregexp.cpp.

Referenced by QRegExpMatchState::matchHere().

◆ match

int QRegExpAutomatonState::match

Definition at line 955 of file qregexp.cpp.

Referenced by QRegExpMatchState::matchHere().

◆ outs

QVector<int> QRegExpAutomatonState::outs

Definition at line 956 of file qregexp.cpp.

Referenced by QRegExpEngine::addPlusTransitions(), and QRegExpMatchState::matchHere().

◆ reenter

QMap<int, int> QRegExpAutomatonState::reenter

Definition at line 957 of file qregexp.cpp.

Referenced by QRegExpEngine::addPlusTransitions(), and QRegExpMatchState::matchHere().


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