|
ARTS
2.4.0(git:4fb77825)
|
This file contains header information for the dealing with command line parameters. More...
Go to the source code of this file.
Classes | |
| class | Parameters |
| Structure to hold all command line Parameters. More... | |
Functions | |
| bool | get_parameters (int argc, char **argv) |
| Get the command line parameters. More... | |
This file contains header information for the dealing with command line parameters.
Definition in file parameters.h.
| bool get_parameters | ( | int | argc, |
| char ** | argv | ||
| ) |
Get the command line parameters.
They are stored in the global variable parameters which is a structure of type Parameters. If needed, this variable should be declared like this:
extern const Parameters parameters
| argc | Number of command line parameters |
| argv | Values of command line parameters |
Definition at line 71 of file parameters.cc.
References Parameters::helptext, option::name, no_argument, optional_argument, parameters, required_argument, and Parameters::usage.
Referenced by main().