SST  10.1.0
StructuralSimulationToolkit
SST::Statistics::StatisticCollector< std::tuple< Args...>, false > Struct Template Referenceabstract

Public Member Functions

virtual void addData_impl (Args...args)=0
 
virtual void addData_impl_Ntimes (uint64_t N, Args...args)
 addData_impl_Ntimes Add the same data N times in a row By default, this just calls the addData function N times More...
 
template<class... InArgs>
void addData (InArgs &&...args)
 

Member Function Documentation

template<class... Args>
virtual void SST::Statistics::StatisticCollector< std::tuple< Args...>, false >::addData_impl_Ntimes ( uint64_t  N,
Args...  args 
)
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: