QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QRegularExpressionMatchIteratorPrivate Struct Reference
Inheritance diagram for QRegularExpressionMatchIteratorPrivate:
Inheritance graph
[legend]
Collaboration diagram for QRegularExpressionMatchIteratorPrivate:
Collaboration graph
[legend]

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
 
 QSharedData (const QSharedData &) noexcept
 
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 813 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 1343 of file qregularexpression.cpp.

Member Function Documentation

◆ hasNext()

bool QRegularExpressionMatchIteratorPrivate::hasNext ( ) const

Definition at line 1356 of file qregularexpression.cpp.

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

Definition at line 824 of file qregularexpression.cpp.

◆ matchType

const QRegularExpression::MatchType QRegularExpressionMatchIteratorPrivate::matchType

Definition at line 823 of file qregularexpression.cpp.

◆ next

QRegularExpressionMatch QRegularExpressionMatchIteratorPrivate::next

Definition at line 821 of file qregularexpression.cpp.

◆ regularExpression

const QRegularExpression QRegularExpressionMatchIteratorPrivate::regularExpression

Definition at line 822 of file qregularexpression.cpp.


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