Go to the documentation of this file.
44 #include <sys/types.h>
59 Ostream&
operator<<(Ostream&,
const fileStat&);
94 const struct stat&
status()
const
A class for handling file names.
bool isValid() const
Did constructor fail.
Wrapper for stat() system call.
friend Istream & operator>>(Istream &, fileStat &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
friend Ostream & operator<<(Ostream &, const fileStat &)
Ostream & operator<<(Ostream &, const edgeMesh &)
fileStat()
Empty constructor.
const struct stat & status() const
Raw status.
bool sameDevice(const fileStat &stat2) const
Compare two fileStats for same device.
Istream & operator>>(Istream &, edgeMesh &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool sameINode(const fileStat &stat2) const
Compare two fileStats for same Inode.