就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.2.1
Qt Core
C++ 类
QRegularExpressionMatch
List of All Members for QRegularExpressionMatch
这是完整成员列表为
QRegularExpressionMatch
,包括继承的成员。
QRegularExpressionMatch
(QRegularExpressionMatch &&)
QRegularExpressionMatch
(const QRegularExpressionMatch &)
QRegularExpressionMatch
()
operator=
(QRegularExpressionMatch &&) : QRegularExpressionMatch &
operator=
(const QRegularExpressionMatch &) : QRegularExpressionMatch &
~QRegularExpressionMatch
()
captured
(int) const : QString
captured
(const QString &) const : QString
captured
(QStringView) const : QString
capturedEnd
(int) const : qsizetype
capturedEnd
(const QString &) const : qsizetype
capturedEnd
(QStringView) const : qsizetype
capturedLength
(int) const : qsizetype
capturedLength
(const QString &) const : qsizetype
capturedLength
(QStringView) const : qsizetype
capturedStart
(int) const : qsizetype
capturedStart
(const QString &) const : qsizetype
capturedStart
(QStringView) const : qsizetype
capturedTexts
() const : QStringList
capturedView
(int) const : QStringView
capturedView
(QStringView) const : QStringView
hasMatch
() const : bool
hasPartialMatch
() const : bool
isValid
() const : bool
lastCapturedIndex
() const : int
matchOptions
() const : QRegularExpression::MatchOptions
matchType
() const : QRegularExpression::MatchType
regularExpression
() const : QRegularExpression
swap
(QRegularExpressionMatch &)