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 Mapping from ZyppPkg to the correspoinding ZyppSel.
void rebuildCache()
Rebuild the shared cache.
NCPkgSelMapper()
Constructor.
static int refCount()
Reference count - indicates how many instances of this class are alive right now. ...
virtual ~NCPkgSelMapper()
Destructor.
ZyppSel findZyppSel(ZyppPkg pkg)
Find the corresponding ZyppSel to a ZyppPkg.