#include <iosfwd>#include <list>#include "zypp/base/PtrTypes.h"#include "zypp/Pathname.h"#include "zypp/ZConfig.h"#include "zypp/Repository.h"#include "zypp/RepoInfo.h"#include "zypp/repo/RepoException.h"#include "zypp/repo/RepoType.h"#include "zypp/RepoStatus.h"#include "zypp/ProgressData.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Classes | |
| struct | zypp::RepoManagerOptions |
| Repo manager settings. More... | |
| class | zypp::RepoManager |
Functions | |
| 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. | |
Definition in file RepoManager.h.
1.5.3