24#ifndef NCPkgSelMapper_h
25#define NCPkgSelMapper_h
78 typedef std::map<ZyppPkg, ZyppSel> Cache;
79 typedef std::pair<ZyppPkg, ZyppSel> CachePair;
80 typedef Cache::iterator CacheIterator;
ZyppSel findZyppSel(ZyppPkg pkg)
Definition NCPkgSelMapper.cc:94
NCPkgSelMapper()
Definition NCPkgSelMapper.cc:37
virtual ~NCPkgSelMapper()
Definition NCPkgSelMapper.cc:44
void rebuildCache()
Definition NCPkgSelMapper.cc:54
static int refCount()
Definition NCPkgSelMapper.h:64