![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QRegularExpressionMatchIteratorPrivate (const QRegularExpression &re, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions, const QRegularExpressionMatch &next) | |
bool | hasNext () const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QRegularExpressionMatch | next |
const QRegularExpression | regularExpression |
const QRegularExpression::MatchType | matchType |
const QRegularExpression::MatchOptions | matchOptions |
![]() | |
QAtomicInt | ref |
Definition at line 778 of file qregularexpression.cpp.
QRegularExpressionMatchIteratorPrivate::QRegularExpressionMatchIteratorPrivate | ( | const QRegularExpression & | re, |
QRegularExpression::MatchType | matchType, | ||
QRegularExpression::MatchOptions | matchOptions, | ||
const QRegularExpressionMatch & | next | ||
) |
Definition at line 1308 of file qregularexpression.cpp.
bool QRegularExpressionMatchIteratorPrivate::hasNext | ( | ) | const |
Definition at line 1321 of file qregularexpression.cpp.
References QRegularExpressionMatch::hasMatch(), QRegularExpressionMatch::hasPartialMatch(), QRegularExpressionMatch::isValid(), and next.
Referenced by QRegularExpressionMatchIterator::hasNext().
const QRegularExpression::MatchOptions QRegularExpressionMatchIteratorPrivate::matchOptions |
Definition at line 789 of file qregularexpression.cpp.
Referenced by QRegularExpressionMatchIterator::matchOptions().
const QRegularExpression::MatchType QRegularExpressionMatchIteratorPrivate::matchType |
Definition at line 788 of file qregularexpression.cpp.
Referenced by QRegularExpressionMatchIterator::matchType().
QRegularExpressionMatch QRegularExpressionMatchIteratorPrivate::next |
Definition at line 786 of file qregularexpression.cpp.
Referenced by hasNext(), QRegularExpressionMatchIterator::isValid(), QRegularExpressionMatchIterator::next(), and QRegularExpressionMatchIterator::peekNext().
const QRegularExpression QRegularExpressionMatchIteratorPrivate::regularExpression |
Definition at line 787 of file qregularexpression.cpp.
Referenced by QRegularExpressionMatchIterator::regularExpression().