#include <cacheiterators.h>
Public Member Functions | |
PrvIterator () | |
PrvIterator (pkgCache &Owner, Provides *Trg, Version *) | |
PrvIterator (pkgCache &Owner, Provides *Trg, Package *) | |
pkgCache * | Cache () const |
bool | end () const |
unsigned long | Index () const |
bool | IsGood () const |
bool | IsMultiArchImplicit () const |
const char * | Name () const |
operator Provides * () | |
operator Providesconst * () const | |
bool | operator!= (const PrvIterator &B) const |
Provides & | operator* () |
Providesconst & | operator* () const |
void | operator++ (int) |
void | operator++ () |
Provides * | operator-> () |
Providesconst * | operator-> () const |
bool | operator== (const PrvIterator &B) const |
PkgIterator | OwnerPkg () const |
VerIterator | OwnerVer () const |
PkgIterator | ParentPkg () const |
const char * | ProvideVersion () const |
void | ReMap (void const *const oldMap, void const *const newMap) |
Protected Member Functions | |
Provides * | OwnerPointer () 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. More... | |
Protected Attributes | |
pkgCache * | Owner |
Provides * | S |
Private Types | |
enum | { PrvVer, PrvPkg } |
Private Attributes | |
enum pkgCache::PrvIterator:: { ... } | Type |
|
inline |
References pkgCache::ProvideP, and pkgCache::Iterator< Provides, PrvIterator >::S.
References pkgCache::ProvideP, and pkgCache::Iterator< Provides, PrvIterator >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::Owner.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::Owner, pkgCache::Iterator< Str, Itr >::OwnerPointer(), and pkgCache::Iterator< Str, Itr >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::OwnerPointer(), and pkgCache::Iterator< Str, Itr >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::end(), pkgCache::Iterator< Str, Itr >::Owner, and pkgCache::Iterator< Str, Itr >::S.
bool pkgCache::PrvIterator::IsMultiArchImplicit | ( | ) | const |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::S.
|
inlinevirtual |
|
inlinevirtual |
Implements pkgCache::Iterator< Provides, PrvIterator >.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::S.
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::S.
|
inline |
|
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.
Implements pkgCache::Iterator< Provides, PrvIterator >.
References pkgCache::Iterator< Provides, PrvIterator >::Owner, and pkgCache::ProvideP.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
References pkgCache::Iterator< Str, Itr >::Owner, and pkgCache::Iterator< Str, Itr >::S.
|
protectedinherited |
Referenced by Name(), operator++(), OwnerPkg(), OwnerPointer(), OwnerVer(), ParentPkg(), and ProvideVersion().
|
protectedinherited |
Referenced by Name(), operator++(), OwnerPkg(), OwnerVer(), ParentPkg(), ProvideVersion(), and PrvIterator().
enum { ... } pkgCache::PrvIterator::Type |
Referenced by operator++().