apt @VERSION@
Public Member Functions | Protected Member Functions

pkgCache::DescIterator Class Reference

Inheritance diagram for pkgCache::DescIterator:
pkgCache::Iterator< Description, DescIterator > iterator

List of all members.

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)

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.

Member Function Documentation

Description* 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.

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: