libzypp  17.38.7
RepoStatus.h File Reference
#include <iosfwd>
#include <zypp-core/base/PtrTypes.h>
#include <zypp/CheckSum.h>
#include <zypp-core/Date.h>
Include dependency graph for RepoStatus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::RepoStatus
 Track changing files or directories. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 

Functions

std::ostream & zypp::operator<< (std::ostream &str, const RepoStatus &obj) ZYPP_API
 relates: RepoStatus Stream output More...
 
RepoStatus zypp::operator && (const RepoStatus &lhs, const RepoStatus &rhs) ZYPP_API
 relates: RepoStatus Combine two RepoStatus (combined checksum and newest timestamp) More...
 
bool zypp::operator== (const RepoStatus &lhs, const RepoStatus &rhs) ZYPP_API
 relates: RepoStatus Whether 2 RepoStatus refer to the same content checksum More...
 
bool zypp::operator!= (const RepoStatus &lhs, const RepoStatus &rhs)
 relates: RepoStatus Whether 2 RepoStatus refer to different content checksums More...