10 #ifndef GGSINPUTPARSER_H
11 #define GGSINPUTPARSER_H
42 void ReadInput(std::string fileName,
int *argc, std::string *argv);
53 const std::string &GetParameter(std::string parameterName);
55 bool GetFlag(std::string flagName);
67 std::string _configFileName;
68 std::vector<std::pair<std::string, std::string>> _parameters;
69 static const std::string _nullValue;
72 #endif // GGSINPUTPARSER_H