SST::Statistics::AccumulatorStatistic< NumberBase > Class Template Reference

Allows the online gathering of statistical information about a single quantity. More...

#include <stataccumulator.h>

Inheritance diagram for SST::Statistics::AccumulatorStatistic< NumberBase >:
SST::Statistics::Statistic< NumberBase > SST::Statistics::StatisticBase

Protected Member Functions

void addData_impl (NumberBase value)
 Present a new value to the class to be included in the statistics.

Friends

class SST::Simulation
class boost::serialization::access

Detailed Description

template<typename NumberBase>
class SST::Statistics::AccumulatorStatistic< NumberBase >

Allows the online gathering of statistical information about a single quantity.

The basic statistics are captured online removing the need to keep a copy of the values of interest.

Template Parameters:
NumberBase A template for the basic numerical type of values

Member Function Documentation

template<typename NumberBase>
void SST::Statistics::AccumulatorStatistic< NumberBase >::addData_impl ( NumberBase  value  )  [inline, protected, virtual]

Present a new value to the class to be included in the statistics.

Parameters:
value New value to be presented

Implements SST::Statistics::Statistic< NumberBase >.


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

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1