|
Antares Simulator
Power System Simulator
|
Base classes and traits for time series variables in Antares Simulator. More...
#include <algorithm>#include <memory>#include <string>#include <string_view>#include <vector>#include <antares/study/area/area.h>#include "antares/solver/variable/variable.h"Go to the source code of this file.
Classes | |
| struct | Antares::Solver::Variable::Economy::TimeSeriesTraits< Derived > |
| Base traits template providing common properties for all time series variables. More... | |
| struct | Antares::Solver::Variable::Economy::VCardTimeSeriesBase< TraitsType > |
| VCard template providing variable metadata and configuration. More... | |
| class | Antares::Solver::Variable::Economy::TimeSeriesValuesBase< Derived, NextT, VCardType > |
| Base implementation for time series variables using CRTP pattern. More... | |
| struct | Antares::Solver::Variable::Economy::TimeSeriesValuesBase< Derived, NextT, VCardType >::Statistics< CDataLevel, CFile > |
| Compile-time statistics calculation. More... | |
Namespaces | |
| Antares::Solver::Variable::Economy::detail | |
| Internal helpers for template metaprogramming. | |
Variables | |
| template<class VCard , class Next , int CDataLevel, int CFile> | |
| constexpr int | Antares::Solver::Variable::Economy::detail::StatisticsCount |
| Compile-time calculation of statistics count. More... | |
Base classes and traits for time series variables in Antares Simulator.