21 #ifndef __SOLVER_VARIABLE_STORAGE_RESULTS_HXX__
22 #define __SOLVER_VARIABLE_STORAGE_RESULTS_HXX__
24 namespace Antares::Solver::Variable
26 template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
30 DecoratorType::initializeFromStudy(study);
33 template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
34 template<
class S,
class VCardT>
43 DecoratorType::template buildSurveyReport<S, VCardT>(report,
50 template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
55 DecoratorType::merge(year, data);
58 template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
61 DecoratorType::reset();
void reset()
Reset all values.
Definition: results.hxx:59
void initializeFromStudy(Antares::Data::Study &)
Initialize result outputs from study.
Definition: results.hxx:27
void merge(uint year, const IntermediateValues &data)
Merge the intermediate values.
Definition: results.hxx:51
Class utility for building CSV results files.
Definition: surveyresults.h:41