fesa-core  5.0.1
fesa::Metric Class Referenceabstract

#include <Metric.h>

Public Member Functions

virtual void update ()=0
 
virtual const std::string getName () const =0
 
virtual const std::string toString () const =0
 

Detailed Description

Abstract base class for a metric.

Member Function Documentation

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

Updates this metric.


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