#include <cacheiterators.h>
Public Member Functions | |
DescIterator () | |
DescIterator (pkgCache &Owner, Description *Trg=0) | |
pkgCache * | Cache () const |
int | CompareDesc (const DescIterator &B) const |
bool | end () const |
DescFileIterator | FileList () const |
unsigned long | Index () const |
bool | IsGood () const |
const char * | LanguageCode () const |
const char * | md5 () const |
operator Description * () | |
operator Descriptionconst * () const | |
bool | operator!= (const DescIterator &B) const |
Description & | operator* () |
Descriptionconst & | operator* () const |
void | operator++ (int) |
void | operator++ () |
Description * | operator-> () |
Descriptionconst * | operator-> () const |
bool | operator== (const DescIterator &B) const |
void | ReMap (void const *const oldMap, void const *const newMap) |
Protected Member Functions | |
Description * | 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 |
Description * | S |
|
inline |
|
inline |
References pkgCache::DescP, and pkgCache::Iterator< Description, DescIterator >::S.
|
inlineinherited |
int pkgCache::DescIterator::CompareDesc | ( | const DescIterator & | B | ) | const |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
|
inlinevirtual |
Implements pkgCache::Iterator< Description, DescIterator >.
|
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< Description, DescIterator >.
References pkgCache::DescP, and pkgCache::Iterator< Description, DescIterator >::Owner.
|
inlineinherited |
|
protectedinherited |
Referenced by LanguageCode(), md5(), operator++(), and OwnerPointer().
|
protectedinherited |
Referenced by DescIterator(), LanguageCode(), md5(), and operator++().