apt @VERSION@
|
Public Member Functions | |
void | operator++ (int) |
void | operator++ () |
PkgFileIterator | File () const |
DescFileIterator (pkgCache &Owner, DescFile *Trg) | |
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. |
DescFile* 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.
Implements pkgCache::Iterator< DescFile, DescFileIterator >.