source:
XmlTools2/trunk/optionsparser.h@
944
Last change on this file since 944 was 944, checked in by , 11 years ago | |
---|---|
File size: 273 bytes |
Rev | Line | |
---|---|---|
[927] | 1 | #ifndef OPTIONSPARSER_H |
2 | #define OPTIONSPARSER_H | |
3 | ||
[944] | 4 | //#include <omp.h> // OpenMP support |
5 | ||
[927] | 6 | #include "xmlpatch.h" |
7 | ||
8 | class OptionsParser | |
9 | { | |
10 | public: | |
11 | OptionsParser(QStringList args); | |
12 | void parse(); | |
13 | private: | |
14 | QStringList args; | |
15 | }; | |
16 | ||
17 | #endif // OPTIONSPARSER_H |
Note:
See TracBrowser
for help on using the repository browser.