21#ifndef __SOLVER_VARIABLE_STORAGE_RESULTS_HXX__
22#define __SOLVER_VARIABLE_STORAGE_RESULTS_HXX__
30template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
34 DecoratorType::initializeFromStudy(study);
37template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
38template<
class S,
class VCardT>
47 DecoratorType::template buildSurveyReport<S, VCardT>(report,
54template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
59 DecoratorType::merge(year, data);
62template<
class FirstDecoratorT,
template<
class,
int>
class DecoratorForSpatialAggregateT>
65 DecoratorType::reset();
void reset()
Reset all values.
Definition results.hxx:63
void initializeFromStudy(Antares::Data::Study &)
Initialize result outputs from study.
Definition results.hxx:31
void merge(uint year, const IntermediateValues &data)
Merge the intermediate values.
Definition results.hxx:55
Class utility for building CSV results files.
Definition surveyresults.h:41