![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QRegularExpressionMatchIteratorPrivate (const QRegularExpression &re, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions, const QRegularExpressionMatch &next) | |
| bool | hasNext () const |
| 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 781 of file qregularexpression.cpp.
| QRegularExpressionMatchIteratorPrivate::QRegularExpressionMatchIteratorPrivate | ( | const QRegularExpression & | re, |
| QRegularExpression::MatchType | matchType, | ||
| QRegularExpression::MatchOptions | matchOptions, | ||
| const QRegularExpressionMatch & | next ) |
Definition at line 1312 of file qregularexpression.cpp.
References QRegularExpressionMatchIteratorPrivate().
Referenced by QRegularExpressionMatchIteratorPrivate().
| QRegularExpressionMatchIteratorPrivate::QRegularExpressionMatchIteratorPrivate | ( | const QRegularExpression & | re, |
| QRegularExpression::MatchType | matchType, | ||
| QRegularExpression::MatchOptions | matchOptions, | ||
| const QRegularExpressionMatch & | next ) |
| bool QRegularExpressionMatchIteratorPrivate::hasNext | ( | ) | const |
Definition at line 1325 of file qregularexpression.cpp.
| bool QRegularExpressionMatchIteratorPrivate::hasNext | ( | ) | const |
| const QRegularExpression::MatchOptions QRegularExpressionMatchIteratorPrivate::matchOptions |
Definition at line 792 of file qregularexpression.cpp.
| const QRegularExpression::MatchType QRegularExpressionMatchIteratorPrivate::matchType |
Definition at line 791 of file qregularexpression.cpp.
| QRegularExpressionMatch QRegularExpressionMatchIteratorPrivate::next |
Definition at line 789 of file qregularexpression.cpp.
| const QRegularExpression QRegularExpressionMatchIteratorPrivate::regularExpression |
Definition at line 790 of file qregularexpression.cpp.