Track changing files or directories.
RWCOW_pointer< Impl > _pimpl
Implementation.
static RepoStatus fromCookieFile(const Pathname &path)
Reads the status from a cookie file.
Date timestamp() const
The time the data were changed the last time.
bool empty() const
Whether the status is empty (empty checksum)
friend bool operator==(const RepoStatus &lhs, const RepoStatus &rhs)
friend RepoStatus operator&&(const RepoStatus &lhs, const RepoStatus &rhs)
friend std::ostream & operator<<(std::ostream &str, const RepoStatus &obj)
void saveToCookieFile(const Pathname &path_r) const
Save the status information to a cookie file.
bool operator!=(const RepoStatus &lhs, const RepoStatus &rhs)
Whether 2 RepoStatus refer to different content checksums.
bool operator==(const SetRelation::Enum &lhs, const SetCompare &rhs)
This is an overloaded member function, provided for convenience. It differs from the above function o...
RepoStatus implementation.