8#ifndef PKGLIB_EDSPINDEXFILE_H
9#define PKGLIB_EDSPINDEXFILE_H
11#include <apt-pkg/debindexfile.h>
21 bool OpenListFile(
FileFd &Pkg, std::string
const &File)
override;
22 [[nodiscard]] uint8_t GetIndexFlags()
const override;
23 [[nodiscard]] std::string GetArchitecture()
const override;
26 [[nodiscard]]
bool Exists()
const override;
27 [[nodiscard]]
bool HasPackages()
const override;
37 [[nodiscard]] std::string GetComponent()
const override;
40 [[nodiscard]]
const Type *GetType()
const override APT_PURE;
42 explicit edspIndex(std::string
const &File);
50 [[nodiscard]] std::string GetComponent()
const override;
53 [[nodiscard]]
const Type *GetType()
const override APT_PURE;
55 explicit eippIndex(std::string
const &File);
Definition edspindexfile.h:34
Definition edspindexfile.h:19
Definition edspindexfile.h:47
Definition pkgcachegen.h:43
Definition pkgcachegen.h:178
Definition indexfile.h:197
Definition indexfile.h:111