Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
A quick and dirty way to get the arguments pass to scan through the respective Fortran calls. More...
Go to the source code of this file.
Macros | |
#define | GETARG__GETARGS getarg_ |
#define | IARGC__GETARGS iargc_ |
Functions | |
int | IARGC__GETARGS (void) |
char * | GETARG__GETARGS (const int &, char *, int) |
int | GetNumberArguments (void) |
void | GetArgument (int i, char *arg, int length) |
A quick and dirty way to get the arguments pass to scan through the respective Fortran calls.
#define GETARG__GETARGS getarg_ |
Define this version of GETARG__GETARGS if g77
#define IARGC__GETARGS iargc_ |
Define this version of IARGC__GETARGS if f77
char* GETARG__GETARGS | ( | const int & | , |
char * | , | ||
int | |||
) |
Define the fortran function to get the arguments
|
inline |
C++ Wrapper to get a particular argument from the command line
[in] | i | the index of the argument to get |
[in] | arg | : where to put the argument |
[in] | length | : the length of the arg |
|
inline |
int IARGC__GETARGS | ( | void | ) |
Define the fortran function to get the argc