SST
10.1.0
StructuralSimulationToolkit
|
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... | |
|
inlinevirtual |
addData_impl_Ntimes Add the same data N times in a row By default, this just calls the addData function N times
N | The number of consecutive times |
args | The arguments to pass in |