libapt-pkg-dev  v0.9.7.5ubuntu5.4
Debian+Ubuntu APT Package Management
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
APT Namespace Reference

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 Documentation