Go to the source code of this file.
Classes | |
struct | PJ::PlotDataMapRef |
Namespaces | |
PJ | |
Typedefs | |
using | PJ::AnySeriesMap = std::unordered_map< std::string, PlotDataAny > |
using | PJ::PlotData = TimeseriesBase< double > |
using | PJ::PlotDataAny = TimeseriesBase< std::any > |
using | PJ::PlotDataXY = PlotDataBase< double, double > |
using | PJ::ScatterXYMap = std::unordered_map< std::string, PlotDataXY > |
using | PJ::StringSeriesMap = std::unordered_map< std::string, StringSeries > |
using | PJ::TimeseriesMap = std::unordered_map< std::string, PlotData > |
The PlotDataMapRef is the main data structure used to store all the timeseries in a single place. More... | |
Functions | |
template<typename Value > | |
void | PJ::AddPrefixToPlotData (const std::string &prefix, std::unordered_map< std::string, Value > &data) |