| libzypp 17.37.14
    | 
Result of set comparison (use like 'enum class SetCompare') This is the type a compare function should return.  
 More...
#include <zypp/base/SetRelationMixin.h>
| Public Types | |
| enum | Enum { uncomparable = 0 , equal = (1<<0) , properSubset = (1<<1) , properSuperset = (1<<2) , disjoint = (1<<3) } | 
| Static Public Member Functions | |
| static const std::string & | asString (Enum val_r) ZYPP_API | 
| String representantion. | |
| Related Symbols | |
| (Note that these are not member symbols.) | |
| using | SetCompare = base::EnumClass<ESetCompareDef> | 
| typedef 'enum class SetCompare' | |
Result of set comparison (use like 'enum class SetCompare') This is the type a compare function should return. 
Definition at line 28 of file SetRelationMixin.h.
| Enumerator | |
|---|---|
| uncomparable | "{?}" | 
| equal | "{=}" | 
| properSubset | "{<}" | 
| properSuperset | "{>}" | 
| disjoint | "{ }" | 
Definition at line 29 of file SetRelationMixin.h.
| 
 | static | 
String representantion.
Definition at line 18 of file SetRelationMixin.cc.
| 
 | 
typedef 'enum class SetCompare'
Definition at line 40 of file SetRelationMixin.h.