]>
git.saurik.com Git - apt.git/blob - apt-pkg/edsp/edsplistparser.h
1 // -*- mode: cpp; mode: fold -*-
3 /* ######################################################################
5 EDSP Package List Parser - This implements the abstract parser
6 interface for the APT specific intermediate format which is passed
9 ##################################################################### */
11 #ifndef PKGLIB_EDSPLISTPARSER_H
12 #define PKGLIB_EDSPLISTPARSER_H
14 #include <apt-pkg/deblistparser.h>
15 #include <apt-pkg/pkgcachegen.h>
16 #include <apt-pkg/indexfile.h>
17 #include <apt-pkg/tagfile.h>
19 class edspListParser
: public debListParser
22 virtual bool NewVersion(pkgCache::VerIterator
&Ver
);
23 virtual string
Description();
24 virtual string
DescriptionLanguage();
25 virtual MD5SumValue
Description_md5();
26 virtual unsigned short VersionHash();
28 bool LoadReleaseInfo(pkgCache::PkgFileIterator
&FileI
,FileFd
&File
,
31 edspListParser(FileFd
*File
, string
const &Arch
= "");
34 virtual bool ParseStatus(pkgCache::PkgIterator
&Pkg
,pkgCache::VerIterator
&Ver
);