apt  0.9.7.7
Public Member Functions | Protected Member Functions | List of all members
pkgCache::DescFileIterator Class Reference
Inheritance diagram for pkgCache::DescFileIterator:
pkgCache::Iterator< DescFile, DescFileIterator > iterator

Public Member Functions

void operator++ (int)
void operator++ ()
PkgFileIterator File () const
 DescFileIterator (pkgCache &Owner, DescFile *Trg)
- Public Member Functions inherited from pkgCache::Iterator< DescFile, DescFileIterator >
bool end () const
bool operator== (const DescFileIterator &B) const
bool operator!= (const DescFileIterator &B) const
DescFileoperator-> ()
DescFileconst * operator-> () const
 operator DescFile * ()
 operator DescFileconst * () const
DescFileoperator* ()
DescFileconst & operator* () const
pkgCacheCache () const
void operator= (const DescFileIterator &B)
bool IsGood () const
unsigned long Index () const
void ReMap (void const *const oldMap, void const *const newMap)
 Iterator (pkgCache &Owner, DescFile *T=0)

Protected Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from pkgCache::Iterator< DescFile, DescFileIterator >
DescFileS
pkgCacheOwner

Member Function Documentation

DescFile* 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< DescFile, DescFileIterator >.


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