ewmscp  ..
OptionsForTApplication.h
Go to the documentation of this file.
1 #ifndef __OptionsForTApplication_H__
2 #define __OptionsForTApplication_H__
3 
5 
6 namespace options {
7 
8 
11  public:
12  OptionsForTApplication(const char *aName);
13  };
14 
15 } // end of namespace options
16 
17 #endif
options::ForeignApplicationOptions
class to hold a list of options that are to be handled by a foreign option parser
Definition: OptionsWithForeignParser.h:10
options::OptionsForTApplication
specific class to give the options for a TApplication as ForeignApplicationOptions to the option pars...
Definition: OptionsForTApplication.h:10
options
Definition: Options.h:33
OptionsWithForeignParser.h
options::OptionsForTApplication::OptionsForTApplication
OptionsForTApplication(const char *aName)
Definition: OptionsForTApplication.cpp:4