apt @VERSION@
Classes

cacheset.h File Reference

#include <iostream>
#include <fstream>
#include <list>
#include <map>
#include <set>
#include <string>
#include <apt-pkg/cachefile.h>
#include <apt-pkg/pkgcache.h>

Go to the source code of this file.

Classes

class  CacheSetHelper
class  PackageSet
class  PackageSet::const_iterator
 smell like a pkgCache::PkgIterator More...
struct  PackageSet::Modifier
class  VersionSet
class  VersionSet::const_iterator
 smell like a pkgCache::VerIterator More...
struct  VersionSet::Modifier

Detailed Description

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