![]() |
Qt 6.x
The Qt SDK
|
#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 |
\macro QT_NAMESPACE | |
Functions | |
QT_REQUIRE_CONFIG (regularexpression) | |
Q_CORE_EXPORT size_t | qHash (const QRegularExpression &key, size_t seed=0) noexcept |
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) |
|
related |
|
related |
|
related |
|
related |
|
related |
|
related |
QT_REQUIRE_CONFIG | ( | regularexpression | ) |