apt
0.9.12.1
Main Page
Related Pages
Modules
Classes
Files
File List
apt-pkg
edsp
edspindexfile.h
1
// -*- mode: cpp; mode: fold -*-
2
// Description /*{{{*/
3
/* ######################################################################
4
The scenario file is designed to work as an intermediate file between
5
APT and the resolver. Its on propose very similar to a dpkg status file
6
##################################################################### */
7
/*}}}*/
8
#ifndef PKGLIB_EDSPINDEXFILE_H
9
#define PKGLIB_EDSPINDEXFILE_H
10
11
#include <apt-pkg/debindexfile.h>
12
13
#ifndef APT_8_CLEANER_HEADERS
14
#include <apt-pkg/indexfile.h>
15
#endif
16
17
class
edspIndex
:
public
debStatusIndex
18
{
20
void
*d;
21
22
public
:
23
24
virtual
const
Type
*GetType()
const
;
25
26
virtual
bool
Merge(
pkgCacheGenerator
&Gen,
OpProgress
*Prog)
const
;
27
28
edspIndex
(std::string File);
29
};
30
31
#endif
Generated on Tue Oct 29 2013 22:15:29 for apt by
1.8.4