![]() |
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 320 of file qregularexpression.h.
Definition at line 324 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::iterator_category = std::forward_iterator_tag |
Definition at line 327 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::pointer_type = const QRegularExpressionMatch * |
Definition at line 326 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::reference_type = const QRegularExpressionMatch & |
Definition at line 325 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::value_type = QRegularExpressionMatch |
Definition at line 323 of file qregularexpression.h.
|
inline |
Definition at line 329 of file qregularexpression.h.
|
inlineexplicit |
Definition at line 334 of file qregularexpression.h.
References QRegularExpressionMatchIteratorRangeBasedForIterator(), and operator++().
Referenced by QRegularExpressionMatchIteratorRangeBasedForIterator(), and QRegularExpressionMatchIterator::begin.
|
inline |
Definition at line 342 of file qregularexpression.h.
|
inline |
Definition at line 348 of file qregularexpression.h.
Referenced by QRegularExpressionMatchIteratorRangeBasedForIterator(), and operator++().
|
inline |
Definition at line 361 of file qregularexpression.h.
References operator++().
|
friend |
Definition at line 372 of file qregularexpression.h.
|
friend |
Definition at line 381 of file qregularexpression.h.