|
libzypp
9.1.2
|
#include <Regex.h>
Public Member Functions | |
| smatch () | |
| std::string | operator[] (unsigned i) const |
| unsigned | size () const |
Public Attributes | |
| std::string | match_str |
| regmatch_t | pmatch [12] |
| smatch::smatch | ( | ) |
| std::string smatch::operator[] | ( | unsigned | i | ) | const |
| unsigned smatch::size | ( | ) | const |
Definition at line 85 of file Regex.cc.
References pmatch.
Referenced by zypp::Url::parseUrl(), and zypp::KeyRing::Impl::readSignatureKeyId().
| std::string zypp::str::smatch::match_str |
Definition at line 117 of file Regex.h.
Referenced by operator[](), and zypp::str::regex_match().
| regmatch_t zypp::str::smatch::pmatch[12] |
Definition at line 118 of file Regex.h.
Referenced by operator[](), zypp::str::regex_match(), size(), and smatch().
1.7.6.1