2 #ifndef GRAMODS_CORE_COMMANDLINEPARSER
3 #define GRAMODS_CORE_COMMANDLINEPARSER
5 #include <gmCore/config.hh>
9 BEGIN_NAMESPACE_GMCORE;
31 std::string getNextArgument();
36 bool hasMoreArguments();
42 bool consumeLast(
int count);
Simple parser for consuming command line arguments.
Definition: CommandLineParser.hh:17