![]() |
|
Public Member Functions | |
fileStat () | |
Empty constructor. | |
fileStat (const fileName &fName, const unsigned int maxTime=0) | |
Construct from components. | |
fileStat (Istream &) | |
Construct from Istream. | |
const struct stat & | status () const |
Raw status. | |
bool | isValid () const |
Did constructor fail. | |
bool | sameDevice (const fileStat &stat2) const |
compare two fileStats for same device | |
bool | sameINode (const fileStat &stat2) const |
compare two fileStats for same Inode | |
bool | sameINode (const label iNode) const |
compare state against inode | |
Friends | |
Istream & | operator>> (Istream &, fileStat &) |
Ostream & | operator<< (Ostream &, const fileStat &) |
|
Empty constructor.
|
|
Construct from components.
|
|
Construct from Istream.
|
|
Did constructor fail.
Definition at line 99 of file fileStat.H. |
|
compare two fileStats for same device
|
|
compare state against inode
|
|
compare two fileStats for same Inode
|
|
Raw status.
Definition at line 93 of file fileStat.H. |
|
|
|
|