4 * Created on: Sep 15, 2012
8 #ifndef APP_ARGUMENTS_H_
9 #define APP_ARGUMENTS_H_
29 void Read(int argc, char **argv);
31 RunLevel DetectRunLevel() const;
33 const std::vector<char *> &Infiles() const { return infiles; }
35 bool OutfileSet() const { return outfile; }
36 const char *OutfilePath() const { return outfile; }
39 std::vector<char *> infiles;
47 #endif /* APP_ARGUMENTS_H_ */