#include "array.h"
#include "mystring.h"
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. |
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 37 of file parameters.cc.
References arts_exit(), Parameters::basename, Parameters::controlfiles, Parameters::describe, Parameters::groups, Parameters::help, Parameters::helptext, Parameters::includepath, Parameters::input, Parameters::methods, my_basic_string< charT >::npos, Parameters::numthreads, Parameters::plain, Parameters::reporting, Parameters::usage, Parameters::version, and Parameters::workspacevariables.
Referenced by main().