#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] |
Definition at line 66 of file Regex.h.
| std::string smatch::operator[] | ( | unsigned | i | ) | const |
| unsigned smatch::size | ( | ) | const |
Definition at line 82 of file Regex.cc.
References pmatch.
Referenced by zypp::Url::parseUrl(), and zypp::KeyRing::Impl::readSignatureKeyId().
| std::string zypp::str::smatch::match_str |
| regmatch_t zypp::str::smatch::pmatch[12] |
Definition at line 75 of file Regex.h.
Referenced by operator[](), zypp::str::regex_match(), size(), and smatch().
1.5.3