irafhy
Interval arithmetic based Reachability Analysis Framework for Hybrid Automaton
settingsParser.h
Go to the documentation of this file.
1 #ifndef UTILITY_PARSER_SETTINGS_PARSER_H
2 #define UTILITY_PARSER_SETTINGS_PARSER_H
3 
4 #include <irafhy/settings.h>
6 
7 namespace irafhy
8 {
10  {
11  public:
18  static Settings parse(const std::string& filePath, const std::vector<std::string>& vars);
19  };
20 } // namespace irafhy
21 #endif //UTILITY_PARSER_SETTINGS_PARSER_H
static Settings parse(const std::string &filePath, const std::vector< std::string > &vars)
parse the setting from the given file
Definition: settingsParser.cpp:5
Definition: settings.h:12
Definition: settingsParser.h:9
Definition: condition.cpp:3