ewmscp
..
|
#include <chrono>
#include <string>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | genericStat |
generic stat abstraction class Used to abstract the variants of the stat structure. More... | |
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.