bool empty() const
Whether the status is empty (empty checksum)
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.
friend std::ostream & operator<<(std::ostream &str, const RepoStatus &obj)
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.