44 #ifndef NCPkgSelMapper_h
45 #define NCPkgSelMapper_h
98 typedef std::map<ZyppPkg, ZyppSel> Cache;
99 typedef std::pair<ZyppPkg, ZyppSel> CachePair;
100 typedef Cache::iterator CacheIterator;
102 static int _refCount;
Definition: NCPkgSelMapper.h:59
ZyppSel findZyppSel(ZyppPkg pkg)
Definition: NCPkgSelMapper.cc:111
NCPkgSelMapper()
Definition: NCPkgSelMapper.cc:54
virtual ~NCPkgSelMapper()
Definition: NCPkgSelMapper.cc:61
void rebuildCache()
Definition: NCPkgSelMapper.cc:71
static int refCount()
Definition: NCPkgSelMapper.h:84