rasdaman API
|
Go to the source code of this file.
Classes | |
struct | optStruct |
Macros | |
#define | OPT_CALLFUNC 1 /* pass argument to a function. */ |
Enumerations | |
enum | optArgType { OPT_END, OPT_FLAG, OPT_STRING, OPT_INT, OPT_UINT, OPT_LONG, OPT_ULONG } |
Functions | |
void | optSetFatalFunc (void(*f)(const char *,...)) |
void | optParseOptions (int *argc, char *argv[], optStruct opt[], int allowNegNum) |
#define OPT_CALLFUNC 1 /* pass argument to a function. */ |
enum optArgType |
void optParseOptions | ( | int * | argc, |
char * | argv[], | ||
optStruct | opt[], | ||
int | allowNegNum | ||
) |
void optSetFatalFunc | ( | void(*)(const char *,...) | f | ) |