|
libzypp
17.38.7
|
#include <iostream>#include <vector>#include <zypp-core/base/Gettext.h>#include <zypp-core/base/LogTools.h>#include <zypp-core/base/DefaultIntegral>#include <zypp-core/parser/xml/XmlEscape.h>#include <zypp/ManagedFile.h>#include <zypp-common/PublicKey.h>#include <zypp/MediaSetAccess.h>#include <zypp/RepoInfo.h>#include <zypp/Glob.h>#include <zypp-core/TriBool.h>#include <zypp-core/Pathname.h>#include <zypp/ZConfig.h>#include <zypp/repo/RepoMirrorList.h>#include <zypp/repo/SUSEMediaVerifier.h>#include <zypp-core/ExternalProgram.h>#include <zypp-core/base/IOStream.h>#include <zypp-core/base/InputStream>#include <zypp/parser/xml/Reader.h>#include <zypp/base/StrMatcher.h>#include <zypp/KeyRing.h>#include <zypp/TmpPath.h>#include <zypp/ZYppFactory.h>#include <zypp/ZYppCallbacks.h>#include <zypp/ng/workflows/repoinfowf.h>#include <zypp-curl/private/curlhelper_p.h>#include <zypp/repo/PackageProvider.h>
Go to the source code of this file.
Classes | |
| struct | zypp::RepoInfo::Impl |
| RepoInfo implementation. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::repo | |
| zypp::repo::env | |
Macros | |
| #define | OUTS(T, B) ( indeterminate(T) ? (std::string("D(")+(B?"Y":"N")+")") : ((bool)T?"Y":"N") ) |
| #define | OUTS(V) case RepoInfo::V: return str << #V; break |
Functions | |
| filesystem::Pathname | zypp::repo::env::XDG_CACHE_HOME () |
| XDG_CACHE_HOME: base directory relative to which user specific non-essential data files should be stored. More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const RepoInfo::Impl &obj) |
| relates: RepoInfo::Impl Stream output More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const RepoInfo &obj) ZYPP_API |
| relates: RepoInfo Stream output More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const RepoInfo::GpgCheck &obj) ZYPP_API |
| relates: RepoInfo::GpgCheck Stream output More... | |
| #define OUTS | ( | T, | |
| B | |||
| ) | ( indeterminate(T) ? (std::string("D(")+(B?"Y":"N")+")") : ((bool)T?"Y":"N") ) |
| #define OUTS | ( | V | ) | case RepoInfo::V: return str << #V; break |