|
ewmscp
..
|
#include "genericStat.h"#include <algorithm>#include <chrono>#include <sys/stat.h>#include <sys/types.h>#include <iostream>#include <sstream>#include <iomanip>Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const genericStat &aStat) |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const genericStat & | aStat | ||
| ) |
Definition at line 102 of file genericStat.cpp.
References genericStat::blksize, genericStat::device, genericStat::mode, genericStat::ownerGid, genericStat::ownerUid, genericStat::size, and genericStat::sizeOnDisk.
1.8.17