76 Dep(
const std::string & strval_r );
81 const std::string &
asString()
const;
Dep(const std::string &strval_r)
Ctor from string.
static const Dep RECOMMENDS
static const Dep SUPPLEMENTS
static const Dep CONFLICTS
Enumeration class of dependency types.
String related utilities and Regular expression matching.
static const Dep SUGGESTS
static const Dep ENHANCES
std::string asUserString() const
Translated dependency type (capitalized).
std::ostream & operator<<(std::ostream &str, const Dep &obj)
static const Dep REQUIRES
static const Dep PROVIDES
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.
const std::string & asString() const
String representation of dependency type.
static const Dep OBSOLETES
for_use_in_switch inSwitch() const
Enumarator provided for use in switch statement.
Easy-to use interface to the ZYPP dependency resolver.
static const Dep PREREQUIRES
for_use_in_switch _type
The operator.
friend bool operator!=(const Dep &lhs, const Dep &rhs)
Dep(for_use_in_switch type_r)
Ctor to initialize the dependency type contants.
friend bool operator==(const Dep &lhs, const Dep &rhs)