|
libzypp
17.7.0
|
#include <cstdlib>#include <iostream>#include <fstream>#include <sstream>#include <list>#include <map>#include <algorithm>#include <solv/solvversion.h>#include "zypp/base/String.h"#include "zypp/base/InputStream.h"#include "zypp/base/LogTools.h"#include "zypp/base/Gettext.h"#include "zypp/base/DefaultIntegral.h"#include "zypp/base/Function.h"#include "zypp/base/Regex.h"#include "zypp/PathInfo.h"#include "zypp/TmpPath.h"#include "zypp/ServiceInfo.h"#include "zypp/repo/RepoException.h"#include "zypp/RepoManager.h"#include "zypp/media/MediaManager.h"#include "zypp/media/CredentialManager.h"#include "zypp/MediaSetAccess.h"#include "zypp/ExternalProgram.h"#include "zypp/ManagedFile.h"#include "zypp/KeyManager.h"#include "zypp/parser/RepoFileReader.h"#include "zypp/parser/ServiceFileReader.h"#include "zypp/repo/ServiceRepos.h"#include "zypp/repo/yum/Downloader.h"#include "zypp/repo/susetags/Downloader.h"#include "zypp/repo/PluginServices.h"#include "zypp/Target.h"#include "zypp/ZYppFactory.h"#include "zypp/HistoryLog.h"#include "zypp/ZYppCallbacks.h"#include "sat/Pool.h"
Go to the source code of this file.
Classes | |
| class | zypp::RepoManager::Impl |
| RepoManager implementation. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::env | |
Macros | |
| #define | OPT_PROGRESS const ProgressData::ReceiverFnc & = ProgressData::ReceiverFnc() |
| #define | OUTS(X) str << " " #X "\t" << obj.X << endl |
| #define | Z_CHKGPG(I, N) |
Functions | |
| bool | zypp::env::ZYPP_PLUGIN_APPDATA_FORCE_COLLECT () |
| To trigger appdata refresh unconditionally. More... | |
| std::list< RepoInfo > | zypp::readRepoFile (const Url &repo_file) |
| Parses repo_file and returns a list of RepoInfo objects corresponding to repositories found within the file. More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const RepoManagerOptions &obj) |
| std::ostream & | zypp::operator<< (std::ostream &str, const RepoManager &obj) |
| #define OPT_PROGRESS const ProgressData::ReceiverFnc & = ProgressData::ReceiverFnc() |
Definition at line 63 of file RepoManager.cc.
| #define Z_CHKGPG | ( | I, | |
| N | |||
| ) |
|
private |
Definition at line 145 of file RepoManager.cc.
|
private |
Definition at line 146 of file RepoManager.cc.
|
private |
Definition at line 187 of file RepoManager.cc.
| RepoInfoList repos |
Definition at line 279 of file RepoManager.cc.
| std::string targetDistro |
Definition at line 280 of file RepoManager.cc.
|
private |
Definition at line 452 of file RepoManager.cc.