Wrappers around std::set to have set::iterators which behave similar to the Iterators of the cache structures. More...
#include <iostream>
#include <fstream>
#include <list>
#include <map>
#include <set>
#include <string>
#include <iterator>
#include <apt-pkg/error.h>
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/cachefile.h>
Namespaces | |
namespace | APT |
Typedefs | |
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 |
Wrappers around std::set to have set::iterators which behave similar to the Iterators of the cache structures.
Provides also a few helper methods which work with these sets