libapt-pkg-dev  v0.9.7.5ubuntu5.4
Debian+Ubuntu APT Package Management
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
acquire.h File Reference
#include <apt-pkg/macros.h>
#include <apt-pkg/weakptr.h>
#include <vector>
#include <string>
#include <sys/time.h>
#include <unistd.h>
Include dependency graph for acquire.h:
This graph shows which files directly or indirectly include this file:

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...