13 #ifndef _H_SST_CORE_NULL_STATISTIC_
14 #define _H_SST_CORE_NULL_STATISTIC_
16 #include <sst/core/sst_types.h>
18 #include <sst/core/component.h>
19 #include <sst/core/statapi/statbase.h>
22 namespace Statistics {
57 void addData_impl(T data)
63 void clearStatisticData()
73 void outputStatisticData(
StatisticOutput* statOutput,
bool EndOfSimFlag)
83 bool isNullStatistic()
const
Forms the base class for statistics output generation within the SST core.
Definition: statoutput.h:47
Main component object for the simulation.
Definition: component.h:56
void setStatisticTypeName(const char *typeName)
Set an optional Statistic Type Name.
Definition: statbase.h:177
Forms the template defined base class for statistics gathering within SST.
Definition: statbase.h:263
Parameter store.
Definition: params.h:46
An empty statistic place holder.
Definition: statnull.h:42