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;
108 #endif // NCPkgSelMapper_h Definition: NCPkgSelMapper.h:58
void rebuildCache()
Definition: NCPkgSelMapper.cc:71
NCPkgSelMapper()
Definition: NCPkgSelMapper.cc:54
static int refCount()
Definition: NCPkgSelMapper.h:84
virtual ~NCPkgSelMapper()
Definition: NCPkgSelMapper.cc:61
ZyppSel findZyppSel(ZyppPkg pkg)
Definition: NCPkgSelMapper.cc:111