added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc
This commit is contained in:
parent
d78387591b
commit
cb85c19259
6 changed files with 58 additions and 3 deletions
|
|
@ -62,8 +62,9 @@ eoMonitor& eoFileMonitor::operator()(void)
|
|||
|
||||
eoMonitor& eoFileMonitor::operator()(std::ostream& os)
|
||||
{
|
||||
|
||||
iterator it = vec.begin();
|
||||
|
||||
|
||||
os << (*it)->getValue();
|
||||
|
||||
for(++it; it != vec.end(); ++it)
|
||||
|
|
|
|||
Reference in a new issue