|
void | operator++ (int) |
|
void | operator++ () |
|
const char * | FileName () const |
|
const char * | Archive () const |
|
const char * | Component () const |
|
const char * | Version () const |
|
const char * | Origin () const |
|
const char * | Codename () const |
|
const char * | Label () const |
|
const char * | Site () const |
|
const char * | Architecture () const |
|
const char * | IndexType () const |
|
bool | IsOk () |
|
std::string | RelStr () |
|
| PkgFileIterator (pkgCache &Owner) |
|
| PkgFileIterator (pkgCache &Owner, PackageFile *Trg) |
|
bool | end () const |
|
bool | operator== (const PkgFileIterator &B) const |
|
bool | operator!= (const PkgFileIterator &B) const |
|
PackageFile * | operator-> () |
|
PackageFileconst * | operator-> () const |
|
| operator PackageFile * () |
|
| operator PackageFileconst * () const |
|
PackageFile & | operator* () |
|
PackageFileconst & | operator* () const |
|
pkgCache * | Cache () const |
|
void | operator= (const PkgFileIterator &B) |
|
bool | IsGood () const |
|
unsigned long | Index () const |
|
void | ReMap (void const *const oldMap, void const *const newMap) |
|
| Iterator (pkgCache &Owner, PackageFile *T=0) |
|
|
PackageFile * | 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...
|
|
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< PackageFile, PkgFileIterator >.
The documentation for this class was generated from the following files:
- /home/cos/build/apt/apt-0.9.7.7ubuntu6/apt-pkg/cacheiterators.h
- /home/cos/build/apt/apt-0.9.7.7ubuntu6/apt-pkg/pkgcache.cc