|
apt
0.9.7.7ubuntu1
|
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. | |
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.
1.8.2