|
plptools
|
#include "config.h"#include "rfsv.h"#include "plpdirent.h"#include "pathutils.h"#include <cstdint>#include <iomanip>
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &o, const PlpDirent &e) |
| ostream & operator<< | ( | std::ostream & | o, |
| const PlpDirent & | e | ||
| ) |
The output is in human readable similar to the output of a "ls" command.
Definition at line 114 of file plpdirent.cc.