12 #ifndef ZYPP2_REPOSTATUS_H 13 #define ZYPP2_REPOSTATUS_H 122 {
return ! ( lhs == rhs ); }
127 #endif // ZYPP2_REPOSTATUS_H bool empty() const
Whether the status is empty (empty checksum)
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
What is known about a repository.
bool operator==(const SetRelation::Enum &lhs, const SetCompare &rhs)
RepoStatus()
Default ctor.
static RepoStatus fromCookieFile(const Pathname &path)
Reads the status from a cookie file.
void saveToCookieFile(const Pathname &path_r) const
Save the status information to a cookie file.
Store and operate on date (time_t).
friend std::ostream & operator<<(std::ostream &str, const RepoStatus &obj)
static RepoStatus fromCookieFileUseMtime(const Pathname &path)
Reads the status from a cookie file but uses the files mtime.
RepoStatus & operator=(const RepoStatus &)=default
friend RepoStatus operator &&(const RepoStatus &lhs, const RepoStatus &rhs)
bool operator!=(const RepoStatus &lhs, const RepoStatus &rhs)
friend bool operator==(const RepoStatus &lhs, const RepoStatus &rhs)
RepoStatus implementation.
Date timestamp() const
The time the data were changed the last time.
RWCOW_pointer< Impl > _pimpl
Implementation.
Track changing files or directories.
RepoStatus operator &&(const RepoStatus &lhs, const RepoStatus &rhs)
Easy-to use interface to the ZYPP dependency resolver.