104 {
return str <<
obj.asString(); }
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
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
static const Dep PREREQUIRES ZYPP_API
std::ostream & operator<<(std::ostream &str, const Dep &obj)
Stream output.
for_use_in_switch
Enumarators provided only for use inSwitch statement.
static const Dep REQUIRES ZYPP_API
static const Dep RECOMMENDS ZYPP_API
static const Dep ENHANCES ZYPP_API
friend bool operator<(const Dep &lhs, const Dep &rhs)
Arbitrary order to allow Dep as key in std::container.
static const Dep CONFLICTS ZYPP_API
static const Dep OBSOLETES ZYPP_API
for_use_in_switch _type
The operator.
friend bool operator==(const Dep &lhs, const Dep &rhs)
friend bool operator!=(const Dep &lhs, const Dep &rhs)
static const Dep SUPPLEMENTS ZYPP_API
static const Dep SUGGESTS ZYPP_API