Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qregularexpression.h File Reference

(7b738ffc583a19138d9772d7ed84c8d771c85a77)

#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
 \macro QT_NO_KEYWORDS >
 

Functions

 QT_REQUIRE_CONFIG (regularexpression)
 
Q_CORE_EXPORT size_t qHash (const QRegularExpression &key, size_t seed=0) noexcept
 
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 )
related

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( regularexpression )