76 Dep(
const std::string & strval_r );
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
std::string asUserString(VendorSupportOption opt)
converts the support option to a name intended to be printed to the user.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
std::string asString(const Patch::Category &obj)
Enumeration class of dependency types.
Dep(for_use_in_switch type_r)
Ctor to initialize the dependency type contants.
static const Dep PROVIDES ZYPP_API
std::ostream & operator<<(std::ostream &str, const Dep &obj)
Stream output.
for_use_in_switch
Enumarators provided only for use inSwitch statement.
friend bool operator<(const Dep &lhs, const Dep &rhs)
Arbitrary order to allow Dep as key in std::container.
for_use_in_switch _type
The operator.
for_use_in_switch inSwitch() const
Enumarator provided for use in switch statement.
friend bool operator==(const Dep &lhs, const Dep &rhs)
const std::string & asString() const ZYPP_API
String representation of dependency type.
friend bool operator!=(const Dep &lhs, const Dep &rhs)
Dep(const std::string &strval_r)
Ctor from string.