![]() |
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 321 of file qregularexpression.h.
Definition at line 325 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::iterator_category = std::forward_iterator_tag |
Definition at line 328 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::pointer_type = const QRegularExpressionMatch * |
Definition at line 327 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::reference_type = const QRegularExpressionMatch & |
Definition at line 326 of file qregularexpression.h.
using QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::value_type = QRegularExpressionMatch |
Definition at line 324 of file qregularexpression.h.
|
inline |
Definition at line 330 of file qregularexpression.h.
|
inlineexplicit |
Definition at line 335 of file qregularexpression.h.
References QRegularExpressionMatchIteratorRangeBasedForIterator(), and operator++().
Referenced by QRegularExpressionMatchIteratorRangeBasedForIterator(), and QRegularExpressionMatchIterator::begin.
|
inline |
Definition at line 343 of file qregularexpression.h.
|
inline |
Definition at line 349 of file qregularexpression.h.
Referenced by QRegularExpressionMatchIteratorRangeBasedForIterator(), and operator++().
|
inline |
Definition at line 362 of file qregularexpression.h.
References operator++().
|
friend |
Definition at line 373 of file qregularexpression.h.
|
friend |
Definition at line 382 of file qregularexpression.h.