#include <reactive_function.h>
Public Member Functions | |
CreatedSeriesTime (PlotDataMapRef *data_map, const std::string &name) | |
Public Member Functions inherited from PJ::CreatedSeriesBase | |
std::pair< double, double > | at (unsigned i) const |
void | clear () |
CreatedSeriesBase (PlotDataMapRef *data_map, const std::string &name, bool timeseries) | |
void | push_back (double x, double y) |
unsigned | size () const |
Additional Inherited Members | |
Public Attributes inherited from PJ::CreatedSeriesBase | |
PJ::PlotDataXY * | _plot_data = nullptr |
Definition at line 54 of file reactive_function.h.
PJ::CreatedSeriesTime::CreatedSeriesTime | ( | PlotDataMapRef * | data_map, |
const std::string & | name | ||
) |
Definition at line 237 of file reactive_function.cpp.