libzypp
14.48.5
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
SetRelationMixin.cc
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
12
#include <map>
13
#include "
zypp/base/SetRelationMixin.h
"
14
16
namespace
zypp
17
{
18
const
std::string &
_SetCompareDef::asString
(
Enum
val_r )
19
{
20
static
std::map<Enum,std::string>
_table
= {
21
{
uncomparable
,
"{?}"
},
22
{
equal
,
"{=}"
},
23
{
properSubset
,
"{<}"
},
24
{
properSuperset
,
"{>}"
},
25
{
disjoint
,
"{ }"
},
26
};
27
return
_table[val_r];
28
}
29
30
const
std::string &
_SetRelationDef::asString
(
Enum
val_r )
31
{
32
static
std::map<Enum,std::string>
_table
= {
33
{
uncomparable
,
"{??}"
},
34
{
equal
,
"{==}"
},
35
{
properSubset
,
"{<<}"
},
36
{
properSuperset
,
"{>>}"
},
37
{
disjoint
,
"{ }"
},
38
{
subset
,
"{<=}"
},
39
{
superset
,
"{>=}"
},
40
};
41
return
_table[val_r];
42
}
43
}
// namespace zypp
zypp::_SetCompareDef::equal
"{=}"
Definition:
SetRelationMixin.h:31
zypp::_SetRelationDef::superset
"{>=}"
Definition:
SetRelationMixin.h:65
zypp::repo::_table
static std::map< std::string, ServiceType::Type > _table
Definition:
ServiceType.cc:21
zypp::_SetRelationDef::disjoint
"{ }"
Definition:
SetRelationMixin.h:63
zypp::_SetRelationDef::uncomparable
"{??}"
Definition:
SetRelationMixin.h:59
zypp::_SetCompareDef::disjoint
"{ }"
Definition:
SetRelationMixin.h:34
zypp::_SetCompareDef::uncomparable
"{?}"
Definition:
SetRelationMixin.h:30
zypp::_SetRelationDef::asString
static const std::string & asString(Enum val_r)
String representantion.
Definition:
SetRelationMixin.cc:30
zypp::_SetRelationDef::properSuperset
"{>>}"
Definition:
SetRelationMixin.h:62
zypp::_SetRelationDef::subset
"{<=}"
Definition:
SetRelationMixin.h:64
zypp::_SetCompareDef::Enum
Enum
Definition:
SetRelationMixin.h:29
zypp::_SetCompareDef::asString
static const std::string & asString(Enum val_r)
String representantion.
Definition:
SetRelationMixin.cc:18
zypp::_SetRelationDef::properSubset
"{<<}"
Definition:
SetRelationMixin.h:61
zypp::_SetRelationDef::equal
"{==}"
Definition:
SetRelationMixin.h:60
zypp::_SetCompareDef::properSuperset
"{>}"
Definition:
SetRelationMixin.h:33
SetRelationMixin.h
zypp::_SetCompareDef::properSubset
"{<}"
Definition:
SetRelationMixin.h:32
zypp::_SetRelationDef::Enum
Enum
Definition:
SetRelationMixin.h:58
zypp
base
SetRelationMixin.cc
Generated by
1.8.6