apt  0.9.7.1ubuntu1
Public Member Functions | Protected Member Functions
pkgCache::VerFileIterator Class Reference
Inheritance diagram for pkgCache::VerFileIterator:
pkgCache::Iterator< VerFile, VerFileIterator > iterator

List of all members.

Public Member Functions

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

Protected Member Functions

VerFileOwnerPointer () 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< VerFile, VerFileIterator >
VerFileS
pkgCacheOwner

Member Function Documentation

VerFile* 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< VerFile, VerFileIterator >.


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