![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>#include <QtCore/qstring.h>#include <QtCore/qstringview.h>#include <QtCore/qshareddata.h>#include <QtCore/qvariant.h>#include <iterator>Go to the source code of this file.
Classes | |
| class | QRegularExpression |
| \inmodule QtCore \reentrant More... | |
| class | QRegularExpressionMatch |
| \inmodule QtCore \reentrant More... | |
| class | QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIteratorSentinel |
| class | QRegularExpressionMatchIterator |
| \inmodule QtCore \reentrant More... | |
| class | QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator |
Namespaces | |
| namespace | QtPrivate |
Functions | |
| QT_REQUIRE_CONFIG (regularexpression) | |
| Q_CORE_EXPORT size_t | qHash (const QRegularExpression &key, size_t seed=0) |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &out, const QRegularExpression &re) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &in, QRegularExpression &re) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug debug, const QRegularExpression &re) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug debug, QRegularExpression::PatternOptions patternOptions) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug debug, const QRegularExpressionMatch &match) |
|
|
|
|
|
noexcept |
| QT_REQUIRE_CONFIG | ( | regularexpression | ) |