apt @VERSION@
Public Member Functions | Protected Member Functions

pkgCache::PrvIterator Class Reference

Inheritance diagram for pkgCache::PrvIterator:
pkgCache::Iterator< Provides, PrvIterator > iterator

List of all members.

Public Member Functions

void operator++ (int)
void operator++ ()
const char * Name () const
const char * ProvideVersion () const
PkgIterator ParentPkg () const
VerIterator OwnerVer () const
PkgIterator OwnerPkg () const
 PrvIterator (pkgCache &Owner, Provides *Trg, Version *)
 PrvIterator (pkgCache &Owner, Provides *Trg, Package *)

Protected Member Functions

ProvidesOwnerPointer () 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

Provides* 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< Provides, PrvIterator >.


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