apt
0.9.14.1+nmu1
|
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... | |
Iterates over all the URIs being fetched by a pkgAcquire object. {{{.
|
inline |
Create a new UriIterator.
Q | The queue over which this UriIterator should iterate. |
References pkgAcquire::Queue::Items.