apt  0.9.9.1~ubuntu1
Public Member Functions | Public Attributes | List of all members
pkgAcquire::Queue::QItem Struct Reference

A single item placed in this queue. More...

#include <acquire.h>

Inheritance diagram for pkgAcquire::Queue::QItem:
pkgAcquire::ItemDesc WeakPointable

Public Member Functions

void operator= (pkgAcquire::ItemDesc const &I)
 Assign the ItemDesc portion of this QItem from another ItemDesc.
 

Public Attributes

QItemNext
 The next item in the queue.
 
pkgAcquire::WorkerWorker
 The worker associated with this item, if any.
 
- Public Attributes inherited from pkgAcquire::ItemDesc
std::string URI
 The URI from which to download this item.
 
std::string Description
 
std::string ShortDesc
 
ItemOwner
 

Detailed Description

A single item placed in this queue.


The documentation for this struct was generated from the following file: