|
EvolvingObjects
|
Prints statistics to a given ostream. More...
#include <eoOStreamMonitor.h>
Public Member Functions | |
| eoOStreamMonitor (std::ostream &_out, std::string _delim="\t", unsigned int _width=20, char _fill=' ') | |
| eoMonitor & | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
| virtual std::string | className (void) const |
Private Attributes | |
| std::ostream & | out |
| std::string | delim |
| unsigned int | width |
| char | fill |
| bool | firsttime |
Prints statistics to a given ostream.
You can pass any instance of an ostream to the constructor, like, for example, std::clog.
Definition at line 44 of file eoOStreamMonitor.h.
| eoMonitor & eoOStreamMonitor::operator() | ( | void | ) | [virtual] |
The pure virtual function that needs to be implemented by the subclass.
Implements eoF< eoMonitor & >.
Definition at line 19 of file eoOStreamMonitor.cpp.