Namespaces | |
namespace | CacheFilter |
Classes | |
class | CacheSetHelper |
Simple base class with a lot of virtual methods which can be overridden to alter the behavior or the output of the CacheSets. More... | |
class | Configuration |
Provide access methods to various configuration settings. More... | |
class | PackageContainer |
Simple wrapper around a container class like std::set to provide a similar interface to a set of packages as to the complete set of all packages in the pkgCache. More... | |
class | PackageContainerInterface |
class | VersionContainer |
Simple wrapper around a container class like std::set to provide a similar interface to a set of versions as to the complete set of all versions in the pkgCache. More... | |
class | VersionContainerInterface |
Same as APT::PackageContainerInterface, just for Versions. More... | |
Typedefs | |
typedef PackageContainer < std::list < pkgCache::PkgIterator > > | PackageList |
typedef PackageContainer < std::set < pkgCache::PkgIterator > > | PackageSet |
typedef VersionContainer < std::list < pkgCache::VerIterator > > | VersionList |
typedef VersionContainer < std::set < pkgCache::VerIterator > > | VersionSet |
typedef PackageContainer<std::list<pkgCache::PkgIterator> > APT::PackageList |
typedef PackageContainer<std::set<pkgCache::PkgIterator> > APT::PackageSet |
typedef VersionContainer<std::list<pkgCache::VerIterator> > APT::VersionList |
typedef VersionContainer<std::set<pkgCache::VerIterator> > APT::VersionSet |