|
libzypp 17.38.7
|
#include <iostream>#include <sstream>#include <fstream>#include <optional>#include <set>#include <zypp-core/base/Logger.h>#include <zypp-core/base/String.h>#include <zypp/RepoStatus.h>#include <zypp/RepoInfo.h>#include <zypp/PathInfo.h>Go to the source code of this file.
Classes | |
| struct | zypp::RepoStatus::Impl |
| RepoStatus implementation. More... | |
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const RepoStatus &obj) |
| relates: RepoStatus Stream output | |
| RepoStatus | zypp::operator&& (const RepoStatus &lhs, const RepoStatus &rhs) |
| relates: RepoStatus Combine two RepoStatus (combined checksum and newest timestamp) | |
| bool | zypp::operator== (const RepoStatus &lhs, const RepoStatus &rhs) |
| relates: RepoStatus Whether 2 RepoStatus refer to the same content checksum | |