#include <indexfile.h>
Classes | |
class | Type |
Public Member Functions | |
pkgIndexFile (bool Trusted) | |
virtual | ~pkgIndexFile () |
virtual std::string | ArchiveInfo (pkgCache::VerIterator Ver) const |
virtual std::string | ArchiveURI (std::string) const |
virtual pkgSrcRecords::Parser * | CreateSrcParser () const |
virtual std::string | Describe (bool Short=false) const =0 |
virtual bool | Exists () const =0 |
virtual pkgCache::PkgFileIterator | FindInCache (pkgCache &Cache) const |
virtual const Type * | GetType () const =0 |
virtual bool | HasPackages () const =0 |
bool | IsTrusted () const |
virtual bool | Merge (pkgCacheGenerator &, OpProgress *) const |
virtual __deprecated bool | Merge (pkgCacheGenerator &Gen, OpProgress &Prog) const |
virtual bool | MergeFileProvides (pkgCacheGenerator &, OpProgress *) const |
virtual __deprecated bool | MergeFileProvides (pkgCacheGenerator &Gen, OpProgress &Prog) const |
virtual unsigned long | Size () const =0 |
virtual std::string | SourceInfo (pkgSrcRecords::Parser const &Record, pkgSrcRecords::File const &File) const |
Static Public Member Functions | |
static bool | CheckLanguageCode (const char *Lang) |
static std::string | LanguageCode () |
static bool | TranslationsAvailable () |
Protected Attributes | |
bool | Trusted |
|
inline |
|
inlinevirtual |
|
virtual |
Reimplemented in debPackagesIndex.
|
inlinevirtual |
Reimplemented in debSourcesIndex, and debPackagesIndex.
|
static |
|
inlinevirtual |
Reimplemented in debSourcesIndex.
|
pure virtual |
Implemented in debSourcesIndex, debTranslationsIndex, debPackagesIndex, and debStatusIndex.
|
pure virtual |
Implemented in debSourcesIndex, debTranslationsIndex, debPackagesIndex, and debStatusIndex.
|
virtual |
Reimplemented in debTranslationsIndex, debPackagesIndex, and debStatusIndex.
|
pure virtual |
Implemented in debSourcesIndex, debTranslationsIndex, debPackagesIndex, debStatusIndex, and edspIndex.
|
pure virtual |
Implemented in debSourcesIndex, debTranslationsIndex, debPackagesIndex, and debStatusIndex.
|
inline |
References Trusted.
|
static |
|
inlinevirtual |
Reimplemented in debTranslationsIndex, debPackagesIndex, debStatusIndex, and edspIndex.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
References MergeFileProvides().
Referenced by MergeFileProvides().
|
pure virtual |
Implemented in debSourcesIndex, debTranslationsIndex, debPackagesIndex, and debStatusIndex.
|
virtual |
Reimplemented in debSourcesIndex.
|
static |
|
protected |
Referenced by IsTrusted().