![]() |
Project
|
Public Member Functions | |
fileMon (const std::string &path, const std::string &filename) | |
fileMon (const std::string &filename, std::ifstream &&f) | |
Public Attributes | |
std::ifstream | file |
std::string | name |
unsigned int | nLines = 0 |
unsigned int | nBytes = 0 |
bool | stopped = false |
Definition at line 40 of file EPNstderrMonitor.cxx.
fileMon::fileMon | ( | const std::string & | path, |
const std::string & | filename | ||
) |
Definition at line 51 of file EPNstderrMonitor.cxx.
fileMon::fileMon | ( | const std::string & | filename, |
std::ifstream && | f | ||
) |
Definition at line 57 of file EPNstderrMonitor.cxx.
std::ifstream fileMon::file |
Definition at line 41 of file EPNstderrMonitor.cxx.
std::string fileMon::name |
Definition at line 42 of file EPNstderrMonitor.cxx.
unsigned int fileMon::nBytes = 0 |
Definition at line 44 of file EPNstderrMonitor.cxx.
unsigned int fileMon::nLines = 0 |
Definition at line 43 of file EPNstderrMonitor.cxx.
bool fileMon::stopped = false |
Definition at line 45 of file EPNstderrMonitor.cxx.