77 Dep(
const std::string & strval_r );
Provides API related macros.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
bool operator<(const Capability &lhs, const Capability &rhs)
relates: Capability Arbitrary order.
bool operator!=(const Capability &lhs, const Capability &rhs)
relates: Capability
bool operator==(const Capability &lhs, const Capability &rhs)
relates: Capability
std::string asUserString(VendorSupportOption opt)
converts the support option to a name intended to be printed to the user.
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.
std::string asString(const Patch::Category &obj)
relates: Patch::Category string representation.
std::ostream & operator<<(std::ostream &str, const Capabilities &obj)
relates: Capabilities Stream output
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
for_use_in_switch
Enumarators provided only for use inSwitch statement.
for_use_in_switch _type
The operator.
for_use_in_switch inSwitch() const
Enumarator provided for use in switch statement.
const std::string & asString() const ZYPP_API
String representation of dependency type.
Dep(const std::string &strval_r)
Ctor from string.