41 #ifndef YQPkgSelMapper_h
42 #define YQPkgSelMapper_h
95 typedef std::map<ZyppPkg, ZyppSel> Cache;
96 typedef std::pair<ZyppPkg, ZyppSel> CachePair;
97 typedef Cache::iterator CacheIterator;
105 #endif // YQPkgSelMapper_h
YQPkgSelMapper()
Constructor.
virtual ~YQPkgSelMapper()
Destructor.
static int refCount()
Reference count - indicates how many instances of this class are alive right now. ...
Mapping from ZyppPkg to the correspoinding ZyppSel.
ZyppSel findZyppSel(ZyppPkg pkg)
Find the corresponding ZyppSel to a ZyppPkg.
void rebuildCache()
Rebuild the shared cache.