ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
XmlTools2
/
trunk
/
optionsparser.h
Revision:
944
Committed:
Fri Feb 7 15:03:29 2014 UTC
(11 years, 8 months ago) by
s10k
Content type:
text/x-chdr
File size:
273 byte(s)
Log Message:
XmlTools last changes to V2.0
File Contents
#
Content
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