ewmscp
..
OptionParser
src
OptionsForTApplication.cpp
Go to the documentation of this file.
1
#include "
OptionsForTApplication.h
"
2
3
namespace
options
{
4
OptionsForTApplication::OptionsForTApplication
(
const
char
*aName) :
ForeignApplicationOptions
(aName) {
5
new
ForeignOption
(
this
,
'b'
,
"bForTApplication"
,
"run in batch mode without graphics"
, 0,
"-b"
);
6
new
ForeignOption
(
this
,
'x'
,
"xForTApplication"
,
"exit on exception"
, 0,
"-x"
);
7
new
ForeignOption
(
this
,
'n'
,
"nForTApplication"
,
"do not execute logon and logoff macros as specified in .rootrc"
, 0,
"-n"
);
8
new
ForeignOption
(
this
,
'q'
,
"qForTApplication"
,
"exit after processing command line macro files"
, 0,
"-n"
);
9
new
ForeignOption
(
this
,
'l'
,
"lForTApplication"
,
"do not show splash screen"
, 0,
"-l"
);
10
11
new
ForeignOption
(
this
,
'\0'
,
"config"
,
"print ./configure options"
, 0,
"-config"
);
12
new
ForeignOption
(
this
,
'\0'
,
"memstat"
,
"run with memory usage monitoring"
, 0,
"-memstat"
);
13
}
14
}
// end of namespace options
options::ForeignApplicationOptions
class to hold a list of options that are to be handled by a foreign option parser
Definition:
OptionsWithForeignParser.h:10
options
Definition:
Options.h:33
OptionsForTApplication.h
options::OptionsForTApplication::OptionsForTApplication
OptionsForTApplication(const char *aName)
Definition:
OptionsForTApplication.cpp:4
options::ForeignOption
special type of option that is not really parsed but used to feed an additional option parser
Definition:
OptionsWithForeignParser.h:34
Generated by
1.8.17