![]() |
Qt 6.x
The Qt SDK
|
#include <qregularexpression.h>
Public Types | |
using | value_type = QRegularExpressionMatch |
using | difference_type = int |
using | reference_type = const QRegularExpressionMatch & |
using | pointer_type = const QRegularExpressionMatch * |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
QRegularExpressionMatchIteratorRangeBasedForIterator () | |
QRegularExpressionMatchIteratorRangeBasedForIterator (const QRegularExpressionMatchIterator &iterator) | |
const QRegularExpressionMatch & | operator* () const |
QRegularExpressionMatchIteratorRangeBasedForIterator & | operator++ () |
QRegularExpressionMatchIteratorRangeBasedForIterator | operator++ (int) |
Friends | |
bool | operator== (const QRegularExpressionMatchIteratorRangeBasedForIterator &lhs, const QRegularExpressionMatchIteratorRangeBasedForIterator &rhs) noexcept |
bool | operator!= (const QRegularExpressionMatchIteratorRangeBasedForIterator &lhs, const QRegularExpressionMatchIteratorRangeBasedForIterator &rhs) noexcept |
bool | operator== (const QRegularExpressionMatchIteratorRangeBasedForIterator &lhs, QRegularExpressionMatchIteratorRangeBasedForIteratorSentinel) noexcept |
bool | operator!= (const QRegularExpressionMatchIteratorRangeBasedForIterator &lhs, QRegularExpressionMatchIteratorRangeBasedForIteratorSentinel) noexcept |
Definition at line 302 of file qregularexpression.h.
Definition at line 306 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::iterator_category = std::forward_iterator_tag |
Definition at line 309 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::pointer_type = const QRegularExpressionMatch * |
Definition at line 308 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::reference_type = const QRegularExpressionMatch & |
Definition at line 307 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::value_type = QRegularExpressionMatch |
Definition at line 305 of file qregularexpression.h.
|
inline |
Definition at line 311 of file qregularexpression.h.
|
inlineexplicit |
Definition at line 316 of file qregularexpression.h.
|
inline |
Definition at line 324 of file qregularexpression.h.
References Q_ASSERT_X, and Q_FUNC_INFO.
|
inline |
Definition at line 330 of file qregularexpression.h.
References QRegularExpressionMatchIterator::hasNext(), QRegularExpressionMatchIterator::next(), Q_ASSERT_X, and Q_FUNC_INFO.
|
inline |
Definition at line 343 of file qregularexpression.h.
References i.
|
friend |
Definition at line 360 of file qregularexpression.h.
|
friend |
Definition at line 373 of file qregularexpression.h.
|
friend |
Definition at line 354 of file qregularexpression.h.
|
friend |
Definition at line 367 of file qregularexpression.h.