Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
 
 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 780 of file qregularexpression.cpp.

Constructor & Destructor Documentation

◆ QRegularExpressionMatchIteratorPrivate() [1/2]

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

Definition at line 1310 of file qregularexpression.cpp.

References QRegularExpressionMatchIteratorPrivate().

Referenced by QRegularExpressionMatchIteratorPrivate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QRegularExpressionMatchIteratorPrivate() [2/2]

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

Member Function Documentation

◆ hasNext() [1/2]

bool QRegularExpressionMatchIteratorPrivate::hasNext ( ) const

Definition at line 1323 of file qregularexpression.cpp.

◆ hasNext() [2/2]

bool QRegularExpressionMatchIteratorPrivate::hasNext ( ) const

Member Data Documentation

◆ matchOptions

const QRegularExpression::MatchOptions QRegularExpressionMatchIteratorPrivate::matchOptions

Definition at line 791 of file qregularexpression.cpp.

◆ matchType

const QRegularExpression::MatchType QRegularExpressionMatchIteratorPrivate::matchType

Definition at line 790 of file qregularexpression.cpp.

◆ next

QRegularExpressionMatch QRegularExpressionMatchIteratorPrivate::next

Definition at line 788 of file qregularexpression.cpp.

◆ regularExpression

const QRegularExpression QRegularExpressionMatchIteratorPrivate::regularExpression

Definition at line 789 of file qregularexpression.cpp.


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