10 #ifndef GGSINPUTPARSER_H
11 #define GGSINPUTPARSER_H
44 void ReadInput(std::string fileName,
int* argc, std::string* argv);
55 const std::string &GetParameter(std::string parameterName);
57 bool GetFlag(std::string flagName);
71 std::string _configFileName;
72 std::vector<std::pair<std::string, std::string> > _parameters;
73 static const std::string _nullValue;
76 #endif // GGSINPUTPARSER_H