|
ewmscp
..
|
specific class to give the options for a TApplication as ForeignApplicationOptions to the option parser More...
#include <OptionsForTApplication.h>
Public Member Functions | |
| OptionsForTApplication (const char *aName) | |
Public Member Functions inherited from options::ForeignApplicationOptions | |
| ForeignApplicationOptions (const char *aName) | |
| construct an object of typs ForeignApplicationOptions More... | |
| void | fRegister (const ForeignOption *aOption) |
| add aOption to the list of options that were set. More... | |
| void | fFinalize () |
| build the internal argument vector for the call to the external parser More... | |
| template<typename InputIt > | |
| void | fFinalize (InputIt from, InputIt to) |
| build the internal argument vector for the call to the external parser and adds strings from the iterators in the range [from,to) More... | |
| void | fAddToArgc (const char *aString) |
| add string to the argument vector for the external parser More... | |
| void | fAddToArgc (const std::string &aString) |
| add string to the argument vector for the external parser More... | |
| char ** | Argv () |
| return an argument vector for use with the external parser More... | |
| int * | Argc () |
| return a pointer to the argument count for use with the external parser More... | |
specific class to give the options for a TApplication as ForeignApplicationOptions to the option parser
Definition at line 10 of file OptionsForTApplication.h.
| options::OptionsForTApplication::OptionsForTApplication | ( | const char * | aName | ) |
Definition at line 4 of file OptionsForTApplication.cpp.
1.8.17