Antares Simulator
Power System Simulator
variables-creators.h
1 #pragma once
2 
3 #include "antares/expressions/expression.h"
4 #include "antares/expressions/nodes/ExpressionsNodes.h"
5 #include "antares/study/system-model/variable.h"
6 
7 using namespace Antares;
8 
10 {
11  static std::vector<ModelerStudy::SystemModel::Variable> Create(
13 };
14 
16 {
17  static std::vector<ModelerStudy::SystemModel::Variable> Create(
19 };
20 
22 {
23  static std::vector<ModelerStudy::SystemModel::Variable> Create(
25 };
Definition: variables-creators.h:22
Definition: variables-creators.h:16
Definition: variables-creators.h:10