Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRegularExpressionMatchIteratorPrivate Struct Reference
+ 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.
 
QSharedDataoperator= (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
 

Detailed Description

Definition at line 779 of file qregularexpression.cpp.

Constructor & Destructor Documentation

◆ QRegularExpressionMatchIteratorPrivate()

QRegularExpressionMatchIteratorPrivate::QRegularExpressionMatchIteratorPrivate ( const QRegularExpression & re,
QRegularExpression::MatchType matchType,
QRegularExpression::MatchOptions matchOptions,
const QRegularExpressionMatch & next )

Definition at line 1309 of file qregularexpression.cpp.

Member Function Documentation

◆ hasNext()

bool QRegularExpressionMatchIteratorPrivate::hasNext ( ) const

Definition at line 1322 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:

Member Data Documentation

◆ matchOptions

const QRegularExpression::MatchOptions QRegularExpressionMatchIteratorPrivate::matchOptions

◆ matchType

const QRegularExpression::MatchType QRegularExpressionMatchIteratorPrivate::matchType

Definition at line 789 of file qregularexpression.cpp.

Referenced by QRegularExpressionMatchIterator::matchType().

◆ next

◆ regularExpression

const QRegularExpression QRegularExpressionMatchIteratorPrivate::regularExpression

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