4 * Created on: Sep 15, 2012
8 #ifndef APP_ARGUMENTS_H_
9 #define APP_ARGUMENTS_H_
34 void Read(int argc, char **argv);
36 RunLevel GetRunLevel() const { return runlevel; }
38 const std::vector<char *> &Infiles() const { return infiles; }
40 bool OutfileSet() const { return outfile; }
41 const char *OutfilePath() const { return outfile; }
44 std::vector<char *> infiles;
52 #endif /* APP_ARGUMENTS_H_ */