![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QRegularExpression< S >, including all inherited members.
| QMatchOption | QRegularExpression< S > | related |
| QMatchType | QRegularExpression< S > | related |
| QPatternOption | QRegularExpression< S > | related |
| QRegularExpression() = default | QRegularExpression< S > | default |
| QRegularExpression(const S &pattern, QPatternOptionFlags options=QPatternOption::NoPatternOption) | QRegularExpression< S > | explicit |
| QRegularExpression(const QRegularExpression &other) = default | QRegularExpression< S > | default |
| QRegularExpression(QRegularExpression &&other) = default | QRegularExpression< S > | default |
| captureCount() const | QRegularExpression< S > | |
| errorString() const | QRegularExpression< S > | inline |
| escape(const S &str) | QRegularExpression< S > | static |
| globalMatch(const S &str) const | QRegularExpression< S > | inline |
| globalMatch(const S &str, typename S::const_iterator offset, QMatchType matchType=QMatchType::NormalMatch, QMatchOptionFlags matchOptions=QMatchOption::NoMatchOption) const | QRegularExpression< S > | |
| globalMatch(QStringView< S > str) const | QRegularExpression< S > | inline |
| globalMatch(QStringView< S > str, typename S::const_iterator offset, QMatchType matchType=QMatchType::NormalMatch, QMatchOptionFlags matchOptions=QMatchOption::NoMatchOption) const | QRegularExpression< S > | |
| isValid() const | QRegularExpression< S > | inline |
| match(const S &str) const | QRegularExpression< S > | inline |
| match(const S &str, typename S::const_iterator offset, QMatchType matchType=QMatchType::NormalMatch, QMatchOptionFlags matchOptions=QMatchOption::NoMatchOption) const | QRegularExpression< S > | |
| match(QStringView< S > str) const | QRegularExpression< S > | inline |
| match(QStringView< S > str, typename S::const_iterator offset, QMatchType matchType=QMatchType::NormalMatch, QMatchOptionFlags matchOptions=QMatchOption::NoMatchOption) const | QRegularExpression< S > | |
| namedCaptureGroups() const | QRegularExpression< S > | |
| operator=(const QRegularExpression &other) = default | QRegularExpression< S > | default |
| operator=(QRegularExpression &&other) = default | QRegularExpression< S > | default |
| pattern() const | QRegularExpression< S > | inline |
| patternErrorOffset() const | QRegularExpression< S > | |
| patternOptions() const | QRegularExpression< S > | inline |
| setPattern(const S &pattern) | QRegularExpression< S > | |
| setPatternOptions(QPatternOptionFlags options) | QRegularExpression< S > | inline |
| swap(QRegularExpression &other) | QRegularExpression< S > | inline |