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 *) |
bool | end () const |
bool | operator== (const PrvIterator &B) const |
bool | operator!= (const PrvIterator &B) const |
Provides * | operator-> () |
Providesconst * | operator-> () const |
| operator Provides * () |
| operator Providesconst * () const |
Provides & | operator* () |
Providesconst & | operator* () const |
pkgCache * | Cache () 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 |
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.
|
Member Function Documentation
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:
- /usr/src/packages/BUILD/apt-0.9.7.9+deb7u6+steamos1/apt-pkg/cacheiterators.h
- /usr/src/packages/BUILD/apt-0.9.7.9+deb7u6+steamos1/apt-pkg/pkgcache.cc