libzypp
13.10.6
|
class that represents indexes which add metadata to fetcher jobs and therefore need to be retrieved in advance. More...
Public Member Functions | |
FetcherIndex (const OnMediaLocation &loc) | |
Public Attributes | |
OnMediaLocation | location |
Index localtion. More... | |
DefaultIntegral< bool, false > | read |
Whether we read this index. More... | |
class that represents indexes which add metadata to fetcher jobs and therefore need to be retrieved in advance.
Definition at line 44 of file Fetcher.cc.
|
inline |
Definition at line 46 of file Fetcher.cc.
OnMediaLocation zypp::FetcherIndex::location |
Index localtion.
Definition at line 50 of file Fetcher.cc.
DefaultIntegral<bool,false> zypp::FetcherIndex::read |
Whether we read this index.
Definition at line 52 of file Fetcher.cc.