10 #ifndef STRMATCHER_H_ZYPPNG_WRAPPER_H 11 #define STRMATCHER_H_ZYPPNG_WRAPPER_H 18 using ::zypp::MatchException;
19 using ::zypp::MatchUnknownModeException;
20 using ::zypp::MatchInvalidRegexException;
21 using ::zypp::StrMatcher;
41 #endif // STRMATCHER_H_ZYPPNG_WRAPPER_H bool operator<(const StrMatcher &lhs, const StrMatcher &rhs)
std::ostream & operator<<(std::ostream &str, Match::Mode obj)
String matching option flags as used e.g.
String matching (STRING|SUBSTRING|GLOB|REGEX).
Match operator|(const Match &lhs, const Match &rhs)
String related utilities and Regular expression matching.
bool operator!=(const Match &lhs, const Match &rhs)
Match operator-(const Match &lhs, const Match &rhs)
Mode
Mode flags (mutual exclusive).
std::ostream & operator<<(std::ostream &str, zypp::RepoManagerFlags::RawMetadataRefreshPolicy obj)
bool operator==(const Match &lhs, const Match &rhs)