Go to the documentation of this file.
47 #include <sys/types.h>
60 Istream&
operator>>(Istream& is, fileStat& fs);
95 const bool followLink =
true,
96 const unsigned int maxTime = 0
110 const bool followLink =
true,
111 const unsigned int maxTime = 0
123 const struct stat&
status()
const
A class for handling file names.
bool sameDevice(const fileStat &other) const
friend Istream & operator>>(Istream &is, fileStat &fs)
Wrapper for stat() and lstat() system calls.
Istream & operator>>(Istream &, directionInfo &)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
friend Ostream & operator<<(Ostream &os, const fileStat &fs)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
OBJstream os(runTime.globalPath()/outputName)
const struct stat & status() const
bool sameINode(const fileStat &other) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...