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
IndexTarget Class Reference

Information about an index file. More...

#include <acquire-item.h>

Inheritance diagram for IndexTarget:
Collaboration diagram for IndexTarget:

Public Member Functions

virtual bool IsOptional () const
 
virtual bool IsSubIndex () const
 

Public Attributes

std::string Description
 A description of the index file. More...
 
std::string MetaKey
 The key by which this index file should be looked up within the meta signature file. More...
 
std::string ShortDesc
 A shorter description of the index file. More...
 
std::string URI
 A URI from which the index file can be downloaded. More...
 

Detailed Description

Information about an index file.

Member Function Documentation

virtual bool IndexTarget::IsOptional ( ) const
inlinevirtual

Reimplemented in OptionalIndexTarget.

virtual bool IndexTarget::IsSubIndex ( ) const
inlinevirtual

Reimplemented in OptionalSubIndexTarget, and SubIndexTarget.

Member Data Documentation

std::string IndexTarget::Description

A description of the index file.

std::string IndexTarget::MetaKey

The key by which this index file should be looked up within the meta signature file.

std::string IndexTarget::ShortDesc

A shorter description of the index file.

std::string IndexTarget::URI

A URI from which the index file can be downloaded.


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