libzypp 17.31.23
|
#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-core/base/DefaultIntegral>
#include <zypp/base/String.h>
#include <zypp-media/MediaException>
#include <zypp/Fetcher.h>
#include <zypp/ZYppFactory.h>
#include <zypp/CheckSum.h>
#include <zypp-core/base/UserRequestException>
#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 | |
namespace | 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 32 of file Fetcher.cc.