Creates a Statistic which counts unique values provided to it. More...
#include <statuniquecount.h>
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 |
Creates a Statistic which counts unique values provided to it.
T | A template for holding the main data type of this statistic |
void SST::Statistics::UniqueCountStatistic< T >::addData_impl | ( | T | data | ) | [inline, protected, virtual] |
Present a new value to the Statistic to be included in the unique set.
data | New data item to be included in the unique set |
Implements SST::Statistics::Statistic< T >.