SST  11.0.0
StructuralSimulationToolkit
SST::Statistics::StatisticCollector< T, true > Struct Template Referenceabstract

Public Member Functions

virtual void addData_impl (T data)=0
 
virtual void addData_impl_Ntimes (uint64_t N, T data)
 addData_impl_Ntimes Add the same data N times in a row By default, this just calls the addData function N times More...
 

Member Function Documentation

template<class T >
virtual void SST::Statistics::StatisticCollector< T, true >::addData_impl_Ntimes ( uint64_t  N,
data 
)
inlinevirtual

addData_impl_Ntimes Add the same data N times in a row By default, this just calls the addData function N times

Parameters
NThe number of consecutive times
argsThe arguments to pass in

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