#include <Metric.h>
|
virtual void | update ()=0 |
|
virtual const std::string | getName () const =0 |
|
virtual const std::string | toString () const =0 |
|
Abstract base class for a metric.
virtual const std::string fesa::Metric::getName |
( |
| ) |
const |
|
pure virtual |
Returns this metric's name.
virtual const std::string fesa::Metric::toString |
( |
| ) |
const |
|
pure virtual |
Returns a string representing the metric and its current value in the format "name = value"
virtual void fesa::Metric::update |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: