#include <cacheiterators.h>
Public Member Functions | |
DescFileIterator () | |
DescFileIterator (pkgCache &Owner, DescFile *Trg) | |
pkgCache * | Cache () const |
bool | end () const |
PkgFileIterator | File () const |
unsigned long | Index () const |
bool | IsGood () const |
operator DescFile * () | |
operator DescFileconst * () const | |
bool | operator!= (const DescFileIterator &B) const |
DescFile & | operator* () |
DescFileconst & | operator* () const |
void | operator++ (int) |
void | operator++ () |
DescFile * | operator-> () |
DescFileconst * | operator-> () const |
bool | operator== (const DescFileIterator &B) const |
void | ReMap (void const *const oldMap, void const *const newMap) |
Protected Member Functions | |
DescFile * | 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 |
DescFile * | S |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
|
inlinevirtual |
Implements pkgCache::Iterator< DescFile, DescFileIterator >.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
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< DescFile, DescFileIterator >.
References pkgCache::DescFileP, and pkgCache::Iterator< DescFile, DescFileIterator >::Owner.
|
inlineinherited |
|
protectedinherited |
Referenced by File(), operator++(), and OwnerPointer().
|
protectedinherited |
Referenced by File(), and operator++().