apt @VERSION@
Public Member Functions | Protected Member Functions

pkgCache::PkgFileIterator Class Reference

Inheritance diagram for pkgCache::PkgFileIterator:
pkgCache::Iterator< PackageFile, PkgFileIterator > iterator

List of all members.

Public Member Functions

void operator++ (int)
void operator++ ()
const char * FileName () const
const char * Archive () const
const char * Component () const
const char * Version () const
const char * Origin () const
const char * Codename () const
const char * Label () const
const char * Site () const
const char * Architecture () const
const char * IndexType () const
bool IsOk ()
string RelStr ()
 PkgFileIterator (pkgCache &Owner)
 PkgFileIterator (pkgCache &Owner, PackageFile *Trg)

Protected Member Functions

PackageFileOwnerPointer () const
 Returns the Pointer for this struct in the owner The implementation of this method should be pretty short as it will only return the Pointer into the mmap stored in the owner but the name of this pointer is different for each stucture and we want to abstract here at least for the basic methods from the actual structure.

Member Function Documentation

PackageFile* OwnerPointer ( ) const [inline, protected, virtual]

Returns the Pointer for this struct in the owner The implementation of this method should be pretty short as it will only return the Pointer into the mmap stored in the owner but the name of this pointer is different for each stucture and we want to abstract here at least for the basic methods from the actual structure.

Returns:
Pointer to the first structure of this type

Implements pkgCache::Iterator< PackageFile, PkgFileIterator >.


The documentation for this class was generated from the following files: