![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QRegularExpressionMatchIteratorPrivate:
Collaboration diagram for QRegularExpressionMatchIteratorPrivate:Public Member Functions | |
| QRegularExpressionMatchIteratorPrivate (const QRegularExpression &re, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions, const QRegularExpressionMatch &next) | |
| bool | hasNext () const |
Public Member Functions inherited from QSharedData | |
| 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 |
Public Attributes inherited from QSharedData | |
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().