Go to the documentation of this file.
29 const std::map<std::string,Dep::for_use_in_switch>
_table = {
44 ZYPP_THROW( Exception(
"Dep parse: illegal string value '"+strval_r+
"'") );
68 : _type( parse( strval_r ) )
78 static const std::map<for_use_in_switch,std::string>
_table = {
106 return "<missing translation>";
static const Dep SUPPLEMENTS
static std::map< std::string, ServiceType::Type > _table
static const Dep ENHANCES
std::string asUserString() const
Translated dependency type (capitalized).
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.
for_use_in_switch
Enumarators provided only for use inSwitch statement.
for_use_in_switch _type
The operator.
static const Dep REQUIRES
static const Dep PREREQUIRES
static const Dep SUGGESTS
Easy-to use interface to the ZYPP dependency resolver.
static const Dep RECOMMENDS
std::string toLower(const std::string &s)
Return lowercase version of s.
static const Dep OBSOLETES
const std::string & asString() const
String representation of dependency type.
static const Dep CONFLICTS
static const Dep PROVIDES
Dep(const std::string &strval_r)
Ctor from string.
for_use_in_switch inSwitch() const
Enumarator provided for use in switch statement.