source:
XmlTools2/trunk/optionsparser.h@
945
Last change on this file since 945 was 944, checked in by , 11 years ago | |
---|---|
File size: 273 bytes |
Line | |
---|---|
1 | #ifndef OPTIONSPARSER_H |
2 | #define OPTIONSPARSER_H |
3 | |
4 | //#include <omp.h> // OpenMP support |
5 | |
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.