libzypp 17.38.6
strmatcher.h File Reference
Include dependency graph for strmatcher.h:

Go to the source code of this file.

Classes

class  zyppng::Match
 String matching option flags as used e.g. More...
class  zyppng::MatchException
 Exceptions thrown from attribute matching. More...
class  zyppng::MatchUnknownModeException
 Unknown match mode. More...
class  zyppng::MatchInvalidRegexException
 Invalid regular expression (failed ::regcomp). More...
class  zyppng::StrMatcher
 String matching (STRING|SUBSTRING|GLOB|REGEX). More...

Namespaces

namespace  zyppng

Functions

bool zyppng::operator== (const Match &lhs, const Match &rhs)
bool zyppng::operator!= (const Match &lhs, const Match &rhs)
Match zyppng::operator| (const Match &lhs, const Match &rhs)
Match zyppng::operator- (const Match &lhs, const Match &rhs)
std::ostream & zyppng::operator<< (std::ostream &str, Match::Mode obj)
bool zyppng::operator< (const StrMatcher &lhs, const StrMatcher &rhs)