File time_series.hpp¶
- Author
Vincent Berenz license License BSD-3-Clause
- Copyright
Copyright (c) 2019, Max Planck Gesellschaft.
-
namespace time_series
-
template<typename T = int>
class TimeSeries : public internal::TimeSeriesBase<internal::SingleProcess, int> - #include <time_series.hpp>
Threadsafe time series.
Public Functions
-
inline TimeSeries(size_t max_length, Index start_timeindex = 0, bool throw_on_sigint = true)
-
inline TimeSeries(size_t max_length, Index start_timeindex = 0, bool throw_on_sigint = true)
-
template<typename T = int>