eoMonitor Class Reference

The abstract monitor class is a std::vector of parameter pointers. More...

#include <eoMonitor.h>

Inheritance diagram for eoMonitor:

eoF< eoMonitor & > eoFunctorBase eoFileMonitor eoFileSnapshot eoStdoutMonitor eoTimedMonitor eoGnuplot1DMonitor eoFDCFileSnapshot< EOT > eoGnuplot1DSnapshot

List of all members.

Public Member Functions

virtual void lastCall ()
virtual void add (const eoParam &_param)
 Adds a parameter to the monitor.
virtual std::string className (void) const
template<class EOT>
eoMonitoraddTo (eoCheckPoint< EOT > &cp)

Protected Types

typedef std::vector< const
eoParam * >::iterator 
iterator

Protected Attributes

std::vector< const eoParam * > vec


Detailed Description

The abstract monitor class is a std::vector of parameter pointers.

Use either push_back a pointer or add a reference to a parameter. Derived classes will then implement the operator()(void) which will stream or pipe the current values of the parameters to wherever you want it streamed or piped to.

Definition at line 47 of file eoMonitor.h.


Member Function Documentation

virtual void eoMonitor::add ( const eoParam _param  )  [inline, virtual]

Adds a parameter to the monitor.

It is virtual so you can do some type checking in derived classes if you must.

Reimplemented in eoFDCFileSnapshot< EOT >, and eoFileSnapshot.

Definition at line 57 of file eoMonitor.h.

Referenced by eoFileSnapshot::add().


The documentation for this class was generated from the following file:

Generated on Thu Jan 1 23:19:47 2009 for EvolvingObjects by  doxygen 1.5.5