17#ifndef AGXIO_FILESTATE_H
18#define AGXIO_FILESTATE_H
vector for holding a set of file states, where the vector can be asked if any of the files has been c...
void push_back(const agx::String &filename)
Add a filename to the vector.
void push_back(const FileState &fs)
Add a FileState to the vector.
Class for storing and comparing a change date for a file on disk.
bool operator!=(const FileState &other)
bool reset()
Refresh the last changed info from the file.
FileState()
Default constructor, not valid.
bool hasChanged() const
Is the modified date different from the last call to reset()/Constructor?
FileState(const agx::String &filename)
Constructor.
bool operator==(const FileState &other)
The agxIO namespace contains classes for reading, writing and finding files.