apt  0.9.7.9
Public Member Functions | Protected Member Functions | List of all members
pkgCache::PrvIterator Class Reference
Inheritance diagram for pkgCache::PrvIterator:
Inheritance graph
[legend]
Collaboration diagram for pkgCache::PrvIterator:
Collaboration graph
[legend]

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
bool IsMultiArchImplicit () const
 PrvIterator (pkgCache &Owner, Provides *Trg, Version *)
 PrvIterator (pkgCache &Owner, Provides *Trg, Package *)
- Public Member Functions inherited from pkgCache::Iterator< Provides, PrvIterator >
bool end () const
bool operator== (const PrvIterator &B) const
bool operator!= (const PrvIterator &B) const
Providesoperator-> ()
Providesconst * operator-> () const
 operator Provides * ()
 operator Providesconst * () const
Providesoperator* ()
Providesconst & operator* () const
pkgCacheCache () const
void operator= (const PrvIterator &B)
bool IsGood () const
unsigned long Index () const
void ReMap (void const *const oldMap, void const *const newMap)
 Iterator (pkgCache &Owner, Provides *T=0)

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.

Additional Inherited Members

- Protected Attributes inherited from pkgCache::Iterator< Provides, PrvIterator >
ProvidesS
pkgCacheOwner

Member Function Documentation

Provides* OwnerPointer ( ) const
inlineprotectedvirtual

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 files: