libzypp  15.3.0
Enumeration Class

Classes

struct  zypp::Dep
 Enumeration class of dependency types. More...
 
struct  zypp::Rel
 Relational operators. More...
 
class  zypp::HistoryActionID
 Enumeration of known history actions. More...
 

Enumerations

enum  zypp::Dep::for_use_in_switch {
  zypp::Dep::PROVIDES_e, zypp::Dep::PREREQUIRES_e, zypp::Dep::REQUIRES_e, zypp::Dep::CONFLICTS_e,
  zypp::Dep::OBSOLETES_e, zypp::Dep::RECOMMENDS_e, zypp::Dep::SUGGESTS_e, zypp::Dep::ENHANCES_e,
  zypp::Dep::SUPPLEMENTS_e
}
 Enumarators provided only for use inSwitch statement. More...
 
enum  zypp::Rel::for_use_in_switch {
  zypp::Rel::NONE_e = 0U, zypp::Rel::GT_e = 1U, zypp::Rel::EQ_e = 2U, zypp::Rel::LT_e = 4U,
  zypp::Rel::GE_e = GT_e|EQ_e, zypp::Rel::LE_e = LT_e|EQ_e, zypp::Rel::NE_e = GT_e|LT_e, zypp::Rel::ANY_e = GT_e|EQ_e|LT_e
}
 Enumarators provided only for use inSwitch statement. More...
 

Detailed Description

Enumeration Type Documentation

Enumarators provided only for use inSwitch statement.

See also
inSwitch
Enumerator
PROVIDES_e 
PREREQUIRES_e 
REQUIRES_e 
CONFLICTS_e 
OBSOLETES_e 
RECOMMENDS_e 
SUGGESTS_e 
ENHANCES_e 
SUPPLEMENTS_e 

Definition at line 56 of file Dep.h.

Enumarators provided only for use inSwitch statement.

See also
inSwitch
Note
Enumarator values also correspond to the values libsolv uses to encode these relations.
Enumerator
NONE_e 
GT_e 
EQ_e 
LT_e 
GE_e 
LE_e 
NE_e 
ANY_e 

Definition at line 65 of file Rel.h.