|
libzypp
15.24.2
|
Set Relation based on SetCompare (use like 'enum class SetRelation') Comparison (== !=) between SetRelation and SetCompare is defined to let SetRelation::subset match SetCompare::equal as well as SetCompare::properSubset.
More...
#include <SetRelationMixin.h>
Public Types | |
| enum | Enum { uncomparable = SetCompare::uncomparable, equal = SetCompare::equal, properSubset = SetCompare::properSubset, properSuperset = SetCompare::properSuperset, disjoint = SetCompare::disjoint, subset = properSubset|equal, superset = properSuperset|equal } |
Static Public Member Functions | |
| static const std::string & | asString (Enum val_r) |
| String representantion. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| typedef base::EnumClass < ESetRelationDef > | SetRelation |
Set Relation based on SetCompare (use like 'enum class SetRelation') Comparison (== !=) between SetRelation and SetCompare is defined to let SetRelation::subset match SetCompare::equal as well as SetCompare::properSubset.
Accordingly SetRelation::subset matches SetCompare::equal as well as SetCompare::properSuperset.
Definition at line 57 of file SetRelationMixin.h.
| Enumerator | |
|---|---|
| uncomparable |
"{??}" |
| equal |
"{==}" |
| properSubset |
"{<<}" |
| properSuperset |
"{>>}" |
| disjoint |
"{ }" |
| subset |
"{<=}" |
| superset |
"{>=}" |
Definition at line 58 of file SetRelationMixin.h.
|
static |
String representantion.
Definition at line 30 of file SetRelationMixin.cc.
|
related |
typedef 'enum class SetRelation'
Definition at line 71 of file SetRelationMixin.h.