Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qregularexpression.h File Reference

(1b03cecc42b4c0275d57c54a20d637dbe9779b2b)

#include <QtCore/qglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringview.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qvariant.h>
#include <iterator>
Include dependency graph for qregularexpression.h:
This graph shows which files directly or indirectly include this file:

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 QDataStreamoperator<< (QDataStream &out, const QRegularExpression &re)
Q_CORE_EXPORT QDataStreamoperator>> (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)

Function Documentation

◆ operator<<() [1/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & out,
const QRegularExpression & re )
related

◆ operator<<() [2/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug debug,
const QRegularExpression & re )
related

◆ operator<<() [3/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug debug,
const QRegularExpressionMatch & match )
related

◆ operator<<() [4/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug debug,
QRegularExpression::PatternOptions patternOptions )
related

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & in,
QRegularExpression & re )
related

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QRegularExpression & key,
size_t seed = 0 )
noexcept

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( regularexpression )