|
libzypp
15.22.2
|
#include <iostream>#include <fstream>#include <list>#include <map>#include "zypp/base/Easy.h"#include "zypp/base/LogControl.h"#include "zypp/base/LogTools.h"#include "zypp/base/PtrTypes.h"#include "zypp/base/DefaultIntegral.h"#include "zypp/base/String.h"#include "zypp/Fetcher.h"#include "zypp/ZYppFactory.h"#include "zypp/CheckSum.h"#include "zypp/base/UserRequestException.h"#include "zypp/parser/susetags/ContentFileReader.h"#include "zypp/parser/susetags/RepoIndex.h"
Go to the source code of this file.
Classes | |
| struct | zypp::FetcherIndex |
| class that represents indexes which add metadata to fetcher jobs and therefore need to be retrieved in advance. More... | |
| struct | zypp::SameFetcherIndex |
| std::set ordering (less semantic) More... | |
| struct | zypp::FetcherJob |
| Class to encapsulate the OnMediaLocation object and the FileChecker together. More... | |
| class | zypp::Fetcher::Impl |
| Fetcher implementation. More... | |
| struct | zypp::ContentReaderHelper |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp:fetcher" |
Typedefs | |
| typedef shared_ptr< FetcherIndex > | zypp::FetcherIndex_Ptr |
| typedef shared_ptr< FetcherJob > | zypp::FetcherJob_Ptr |
Functions | |
| zypp::ZYPP_DECLARE_OPERATORS_FOR_FLAGS (FetcherJob::Flags) | |
| std::ostream & | zypp::operator<< (std::ostream &str, const FetcherJob_Ptr &obj) |
| std::ostream & | zypp::operator<< (std::ostream &str, const Fetcher &obj) |
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp:fetcher" |
Definition at line 33 of file Fetcher.cc.