SST::Statistics::UniqueCountStatistic< T > Class Template Reference

Creates a Statistic which counts unique values provided to it. More...

#include <statuniquecount.h>

Inheritance diagram for SST::Statistics::UniqueCountStatistic< T >:
SST::Statistics::Statistic< T > SST::Statistics::StatisticBase

Protected Member Functions

void addData_impl (T data)
 Present a new value to the Statistic to be included in the unique set.

Friends

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

Detailed Description

template<typename T>
class SST::Statistics::UniqueCountStatistic< T >

Creates a Statistic which counts unique values provided to it.

Template Parameters:
T A template for holding the main data type of this statistic

Member Function Documentation

template<typename T>
void SST::Statistics::UniqueCountStatistic< T >::addData_impl ( data  )  [inline, protected, virtual]

Present a new value to the Statistic to be included in the unique set.

Parameters:
data New data item to be included in the unique set

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


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

Generated on 14 Sep 2015 for SST by  doxygen 1.6.1