|
apt
@VERSION@
|
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. {{{.
| UriIterator | ( | pkgAcquire::Queue * | Q | ) | [inline] |
Create a new UriIterator.
| Q | The queue over which this UriIterator should iterate. |
References pkgAcquire::Queue::Items.
1.7.6.1