#include <apt-pkg/macros.h>
#include <apt-pkg/weakptr.h>
#include <vector>
#include <string>
#include <sys/time.h>
#include <unistd.h>
Classes | |
class | pkgAcquire |
The core download scheduler. More... | |
struct | pkgAcquire::ItemDesc |
Represents a single download source from which an item should be downloaded. More... | |
struct | pkgAcquire::MethodConfig |
Information about the properties of a single acquire method. More... | |
class | pkgAcquire::Queue |
A single download queue in a pkgAcquire object. More... | |
struct | pkgAcquire::Queue::QItem |
A single item placed in this queue. More... | |
class | pkgAcquire::UriIterator |
Iterates over all the URIs being fetched by a pkgAcquire object. More... | |
class | pkgAcquireStatus |
A monitor object for downloads controlled by the pkgAcquire class. More... | |