libzypp
10.5.0
|
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. | |
DefaultIntegral< bool, false > | read |
Whether we read this index. |
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.
zypp::FetcherIndex::FetcherIndex | ( | const OnMediaLocation & | loc | ) | [inline] |
Definition at line 46 of file Fetcher.cc.
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.