10#ifndef STRMATCHER_H_ZYPPNG_WRAPPER_H
11#define STRMATCHER_H_ZYPPNG_WRAPPER_H
String matching option flags as used e.g.
String matching (STRING|SUBSTRING|GLOB|REGEX).
Mode
Mode flags (mutual exclusive).
String related utilities and Regular expression matching.
Match operator|(const Match &lhs, const Match &rhs)
relates: Match
bool operator<(const Capability &lhs, const Capability &rhs)
relates: Capability Arbitrary order.
Match operator-(const Match &lhs, const Match &rhs)
relates: Match
bool operator!=(const Capability &lhs, const Capability &rhs)
relates: Capability
bool operator==(const Capability &lhs, const Capability &rhs)
relates: Capability
std::ostream & operator<<(std::ostream &str, const Capabilities &obj)
relates: Capabilities Stream output
Exceptions thrown from attribute matching.
Invalid regular expression (failed regcomp).