apt  0.9.9.1~ubuntu1
Public Member Functions | Protected Member Functions | List of all members
pkgCache::DescIterator Class Reference
Inheritance diagram for pkgCache::DescIterator:
pkgCache::Iterator< Description, DescIterator >

Public Member Functions

void operator++ (int)
 
void operator++ ()
 
int CompareDesc (const DescIterator &B) const
 
const char * LanguageCode () const
 
const char * md5 () const
 
DescFileIterator FileList () const
 
 DescIterator (pkgCache &Owner, Description *Trg=0)
 
- Public Member Functions inherited from pkgCache::Iterator< Description, DescIterator >
bool end () const
 
bool operator== (const DescIterator &B) const
 
bool operator!= (const DescIterator &B) const
 
Descriptionoperator-> ()
 
Descriptionconst * operator-> () const
 
 operator Description * ()
 
 operator Descriptionconst * () const
 
Descriptionoperator* ()
 
Descriptionconst & operator* () const
 
pkgCacheCache () const
 
void operator= (const DescIterator &B)
 
bool IsGood () const
 
unsigned long Index () const
 
void ReMap (void const *const oldMap, void const *const newMap)
 
 Iterator (pkgCache &Owner, Description *T=0)
 

Protected Member Functions

DescriptionOwnerPointer () 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...
 

Additional Inherited Members

- Protected Attributes inherited from pkgCache::Iterator< Description, DescIterator >
DescriptionS
 
pkgCacheOwner
 

Member Function Documentation

Description* OwnerPointer ( ) const
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.

Returns
Pointer to the first structure of this type

Implements pkgCache::Iterator< Description, DescIterator >.


The documentation for this class was generated from the following file: