Cupt
Public Types | Public Attributes | List of all members
cupt::Cache::IndexEntry Struct Reference

describes smallest index source piece More...

#include <cupt/cache.hpp>

Public Types

enum  Type { Source, Binary }
 does this index entry contains source or binary packages
 

Public Attributes

enum cupt::Cache::IndexEntry::Type category
 
string uri
 base index URI, as specified in source list
 
string distribution
 distribution part, e.g. lenny, squeeze
 
string component
 component part, e.g. main, contrib, non-free
 
map< string, string > options
 key-value options;
 

Detailed Description

describes smallest index source piece

When Cache reads source entries from configuration files, it breaks them into these logical pieces.


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