#include <eoFileMonitor.h>

Public Member Functions | |
| eoFileMonitor (std::string _filename, std::string _delim=" ", bool _keep=false, bool _header=false) | |
| virtual eoMonitor & | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
| virtual eoMonitor & | operator() (std::ostream &os) |
| void | printHeader (void) |
| virtual void | printHeader (std::ostream &os) |
| virtual std::string | getFileName () |
Private Attributes | |
| std::string | filename |
| std::string | delim |
| bool | keep |
| bool | header |
| bool | firstcall |
Modified the default behavior, so that it erases existing files. Can be modified in the ctor.
Definition at line 44 of file eoFileMonitor.h.
1.5.5