|
| enum | StringType { MIXED
, VERSIONNUMBER
, SECTION
} |
| |
|
|
map_stringitem_t | StoreString (StringType const type, const char *S, unsigned int const Size) |
| |
|
map_stringitem_t | StoreString (enum StringType const type, std::string_view S) |
| |
|
void | DropProgress () |
| |
|
bool | SelectFile (const std::string &File, pkgIndexFile const &Index, std::string const &Architecture, std::string const &Component, unsigned long Flags=0) |
| |
|
bool | SelectReleaseFile (const std::string &File, const std::string &Site, unsigned long Flags=0) |
| |
|
bool | MergeList (ListParser &List, pkgCache::VerIterator *Ver=0) |
| |
|
pkgCache & | GetCache () |
| |
|
pkgCache::PkgFileIterator | GetCurFile () |
| |
|
pkgCache::RlsFileIterator | GetCurRlsFile () |
| |
|
void | ReMap (void const *const oldMap, void *const newMap, size_t oldSize) |
| |
|
bool | Start () |
| |
|
| pkgCacheGenerator (DynamicMMap *Map, OpProgress *Progress) |
| |
|
|
bool | NewGroup (pkgCache::GrpIterator &Grp, std::string_view Name) |
| |
|
bool | NewPackage (pkgCache::PkgIterator &Pkg, std::string_view Name, std::string_view Arch) |
| |
|
map_pointer< pkgCache::Version > | NewVersion (pkgCache::VerIterator &Ver, std::string_view VerStr, map_pointer< pkgCache::Package > const ParentPkg, uint32_t Hash, map_pointer< pkgCache::Version > const Next) |
| |
|
map_pointer< pkgCache::Description > | NewDescription (pkgCache::DescIterator &Desc, const std::string &Lang, std::string_view md5sum, map_stringitem_t const idxmd5str) |
| |
|
bool | NewFileVer (pkgCache::VerIterator &Ver, ListParser &List) |
| |
|
bool | NewFileDesc (pkgCache::DescIterator &Desc, ListParser &List) |
| |
|
bool | NewDepends (pkgCache::PkgIterator &Pkg, pkgCache::VerIterator &Ver, map_stringitem_t const Version, uint8_t const Op, uint8_t const Type, map_pointer< pkgCache::Dependency > *&OldDepLast) |
| |
|
bool | NewProvides (pkgCache::VerIterator &Ver, pkgCache::PkgIterator &Pkg, map_stringitem_t const ProvidesVersion, uint8_t const Flags) |
| |
◆ MakeStatusCache()
The documentation for this class was generated from the following files: