Qt 4.8
|
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 |
Definition at line 950 of file qregexp.cpp.
|
inline |
Definition at line 960 of file qregexp.cpp.
|
inline |
Definition at line 962 of file qregexp.cpp.
QMap<int, int> QRegExpAutomatonState::anchors |
Definition at line 958 of file qregexp.cpp.
Referenced by QRegExpEngine::addAnchors(), QRegExpMatchState::matchHere(), and QRegExpEngine::parse().
int QRegExpAutomatonState::atom |
Definition at line 953 of file qregexp.cpp.
Referenced by QRegExpMatchState::matchHere().
int QRegExpAutomatonState::match |
Definition at line 955 of file qregexp.cpp.
Referenced by QRegExpMatchState::matchHere().
QVector<int> QRegExpAutomatonState::outs |
Definition at line 956 of file qregexp.cpp.
Referenced by QRegExpEngine::addPlusTransitions(), and QRegExpMatchState::matchHere().
QMap<int, int> QRegExpAutomatonState::reenter |
Definition at line 957 of file qregexp.cpp.
Referenced by QRegExpEngine::addPlusTransitions(), and QRegExpMatchState::matchHere().