apt  0.9.9.1~ubuntu1
Public Member Functions | List of all members
pkgAcquire::UriIterator Class Reference

Iterates over all the URIs being fetched by a pkgAcquire object. {{{. More...

#include <acquire.h>

Public Member Functions

void operator++ ()
 
void operator++ (int)
 
pkgAcquire::ItemDesc const * operator-> () const
 
bool operator!= (UriIterator const &rhs) const
 
bool operator== (UriIterator const &rhs) const
 
 UriIterator (pkgAcquire::Queue *Q)
 Create a new UriIterator. More...
 

Detailed Description

Iterates over all the URIs being fetched by a pkgAcquire object. {{{.

Constructor & Destructor Documentation

UriIterator ( pkgAcquire::Queue Q)
inline

Create a new UriIterator.

Parameters
QThe queue over which this UriIterator should iterate.

References pkgAcquire::Queue::Items.


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