rasdaman complete source
Classes | Macros | Enumerations | Functions
shhopt.h File Reference

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)
 

Macro Definition Documentation

#define OPT_CALLFUNC   1 /* pass argument to a function. */

Enumeration Type Documentation

enum optArgType
Enumerator
OPT_END 
OPT_FLAG 
OPT_STRING 
OPT_INT 
OPT_UINT 
OPT_LONG 
OPT_ULONG 

Function Documentation

void optParseOptions ( int *  argc,
char *  argv[],
optStruct  opt[],
int  allowNegNum 
)
void optSetFatalFunc ( void(*)(const char *,...)  f)