|
libzypp
9.1.2
|


Go to the source code of this file.
Classes | |
| class | zypp::str::regex |
| class | zypp::str::smatch |
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::str |
String related utilities and Regular expressions. | |
Typedefs | |
| typedef Exception | zypp::str::regex_error |
Functions | |
| bool | zypp::str::regex_match (const char *s, str::smatch &matches, const regex ®ex) |
| bool | zypp::str::regex_match (const std::string &s, str::smatch &matches, const regex ®ex) |
| bool | zypp::str::regex_match (const char *s, const regex ®ex) |
| bool | zypp::str::regex_match (const std::string &s, const regex ®ex) |
Definition in file Regex.h.
1.7.6.1