apt @VERSION@
|
Public Member Functions | |
operator pkgCache & () | |
operator pkgCache * () | |
operator pkgDepCache & () | |
operator pkgDepCache * () | |
operator pkgPolicy & () | |
operator pkgPolicy * () | |
operator pkgSourceList & () | |
operator pkgSourceList * () | |
pkgDepCache * | operator-> () |
pkgDepCache & | operator* () |
pkgDepCache::StateCache & | operator[] (pkgCache::PkgIterator const &I) |
unsigned char & | operator[] (pkgCache::DepIterator const &I) |
bool | BuildCaches (OpProgress *Progress=NULL, bool WithLock=true) |
__deprecated bool | BuildCaches (OpProgress &Progress, bool const &WithLock=true) |
bool | BuildSourceList (OpProgress *Progress=NULL) |
bool | BuildPolicy (OpProgress *Progress=NULL) |
bool | BuildDepCache (OpProgress *Progress=NULL) |
bool | Open (OpProgress *Progress=NULL, bool WithLock=true) |
bool | ReadOnlyOpen (OpProgress *Progress=NULL) |
__deprecated bool | Open (OpProgress &Progress, bool const &WithLock=true) |
void | Close () |
pkgCache * | GetPkgCache () |
pkgDepCache * | GetDepCache () |
pkgPolicy * | GetPolicy () |
pkgSourceList * | GetSourceList () |
bool | IsPkgCacheBuilt () const |
bool | IsDepCacheBuilt () const |
bool | IsPolicyBuilt () const |
bool | IsSrcListBuilt () const |
Public Attributes | |
pkgPolicy * | Policy |
Protected Attributes | |
MMap * | Map |
pkgCache * | Cache |
pkgDepCache * | DCache |
pkgSourceList * | SrcList |