associates a version with a PackageFile More...
#include <pkgcache.h>
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 |
associates a version with a PackageFile
This allows a full description of all Versions in all files (and hence all sources) under consideration.
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 |