libapt-pkg-dev  v0.9.7.5ubuntu5.4
Debian+Ubuntu APT Package Management
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pkgCache::VerFile Struct Reference

associates a version with a PackageFile More...

#include <pkgcache.h>

Collaboration diagram for pkgCache::VerFile:

Public Attributes

map_ptrloc File
 index of the package file that this version was found in More...
 
map_ptrloc NextFile
 next step in the linked list More...
 
map_ptrloc Offset
 position in the package file More...
 
unsigned long Size
 

Detailed Description

associates a version with a PackageFile

This allows a full description of all Versions in all files (and hence all sources) under consideration.

Member Data Documentation

map_ptrloc pkgCache::VerFile::File

index of the package file that this version was found in

Referenced by pkgCache::VerFileIterator::File().

map_ptrloc pkgCache::VerFile::NextFile

next step in the linked list

Referenced by pkgCache::VerFileIterator::operator++().

map_ptrloc pkgCache::VerFile::Offset

position in the package file

unsigned long pkgCache::VerFile::Size

The documentation for this struct was generated from the following file: