|
Cupt
|
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; | |
describes smallest index source piece
When Cache reads source entries from configuration files, it breaks them into these logical pieces.