![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
Friends | |
| bool | comparesEqual (const QRegularExpressionMatchIteratorRangeBasedForIterator &lhs, const QRegularExpressionMatchIteratorRangeBasedForIterator &rhs) noexcept |
| bool | comparesEqual (const QRegularExpressionMatchIteratorRangeBasedForIterator &lhs, const QRegularExpressionMatchIteratorRangeBasedForIteratorSentinel &rhs) noexcept |
Definition at line 326 of file qregularexpression.h.
Definition at line 330 of file qregularexpression.h.
| using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::iterator_category = std::forward_iterator_tag |
Definition at line 333 of file qregularexpression.h.
| using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::pointer_type = const QRegularExpressionMatch * |
Definition at line 332 of file qregularexpression.h.
| using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::reference_type = const QRegularExpressionMatch & |
Definition at line 331 of file qregularexpression.h.
| using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::value_type = QRegularExpressionMatch |
Definition at line 329 of file qregularexpression.h.
|
inline |
Definition at line 335 of file qregularexpression.h.
|
inlineexplicit |
Definition at line 340 of file qregularexpression.h.
References QRegularExpressionMatchIteratorRangeBasedForIterator(), and operator++().
Referenced by QRegularExpressionMatchIteratorRangeBasedForIterator(), and QRegularExpressionMatchIterator::begin.
|
inline |
Definition at line 348 of file qregularexpression.h.
|
inline |
Definition at line 354 of file qregularexpression.h.
Referenced by QRegularExpressionMatchIteratorRangeBasedForIterator(), and operator++().
|
inline |
Definition at line 367 of file qregularexpression.h.
References operator++().
|
friend |
Definition at line 378 of file qregularexpression.h.
|
friend |
Definition at line 387 of file qregularexpression.h.