apt @VERSION@
Public Member Functions

pkgAcquire::UriIterator Class Reference

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

#include <acquire.h>

List of all members.

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.

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: