|
libzypp
17.38.7
|
#include <list>#include <set>#include <zypp-core/base/Iterator.h>#include <zypp-core/Globals.h>#include <zypp-core/MirroredOrigin.h>#include <zypp-core/TriBool.h>#include <zypp-core/Url.h>#include <zypp/Locale.h>#include <zypp/repo/RepoType.h>#include <zypp/repo/RepoVariables.h>#include <zypp/repo/RepoInfoBase.h>

Go to the source code of this file.
Classes | |
| class | zypp::RepoInfo |
| What is known about a repository. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Typedefs | |
| using | zypp::RepoInfo_Ptr = shared_ptr< RepoInfo > |
| relates: RepoInfo More... | |
| using | zypp::RepoInfo_constPtr = shared_ptr< const RepoInfo > |
| relates: RepoInfo More... | |
| using | zypp::RepoInfoList = std::list< RepoInfo > |
| relates: RepoInfo More... | |
Functions | |
| 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... | |