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

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 46 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 56 of file eoMonitor.h.

Referenced by eoFileSnapshot::add().


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 05:06:51 2006 for EO by  doxygen 1.3.9.1