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
pkgDepCache::Policy Class Reference

#include <depcache.h>

Inheritance diagram for pkgDepCache::Policy:
Collaboration diagram for pkgDepCache::Policy:

Public Member Functions

 Policy ()
 
virtual ~Policy ()
 
virtual VerIterator GetCandidateVer (PkgIterator const &Pkg)
 
virtual signed short GetPriority (PkgIterator const &Pkg)
 
virtual signed short GetPriority (PkgFileIterator const &File)
 
virtual bool IsImportantDep (DepIterator const &Dep)
 

Private Attributes

bool InstallRecommends
 
bool InstallSuggests
 

Constructor & Destructor Documentation

pkgDepCache::Policy::Policy ( )
inline

References _config, Configuration::FindB(), InstallRecommends, and InstallSuggests.

Here is the call graph for this function:

virtual pkgDepCache::Policy::~Policy ( )
inlinevirtual

Member Function Documentation

virtual VerIterator pkgDepCache::Policy::GetCandidateVer ( PkgIterator const &  Pkg)
virtual

Reimplemented in pkgPolicy, and pkgSimulate::Policy.

Referenced by pkgDepCache::GetCandidateVer().

Here is the caller graph for this function:

virtual signed short pkgDepCache::Policy::GetPriority ( PkgIterator const &  Pkg)
virtual

Reimplemented in pkgPolicy.

virtual signed short pkgDepCache::Policy::GetPriority ( PkgFileIterator const &  File)
virtual

Reimplemented in pkgPolicy.

virtual bool pkgDepCache::Policy::IsImportantDep ( DepIterator const &  Dep)
virtual

Referenced by pkgDepCache::IsImportantDep().

Here is the caller graph for this function:

Member Data Documentation

bool pkgDepCache::Policy::InstallRecommends
private

Referenced by Policy().

bool pkgDepCache::Policy::InstallSuggests
private

Referenced by Policy().


The documentation for this class was generated from the following file: