libzypp
13.10.6
|
Go to the source code of this file.
Classes | |
class | zypp::str::regex |
Regular expression. More... | |
class | zypp::str::smatch |
Regular expression match result. More... | |
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
str | |
String related utilities and Regular expression matching. | |
zypp::str | |
String related utilities and Regular expression matching. | |
Typedefs | |
typedef Exception | zypp::str::regex_error |
Functions | |
bool | zypp::str::regex_match (const std::string &s, smatch &matches, const regex ®ex) |
regex ZYPP_STR_REGEX regex ZYPP_STR_REGEX More... | |
bool | zypp::str::regex_match (const char *s, const regex ®ex) |
regex ZYPP_STR_REGEX regex ZYPP_STR_REGEX More... | |
bool | zypp::str::regex_match (const std::string &s, const regex ®ex) |
regex ZYPP_STR_REGEX regex ZYPP_STR_REGEX More... | |