#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | ARGMAXCOUNT 100 /* Nombre maximum d'arguments */ |
#define | ARG_DEFAULT_PARAMOUT "fileout.par" |
#define | ARG_DEFAULT_LOGFILE "libido.log" |
#define | FALSE (1==0) |
#define | TRUE (1==1) |
#define | START_USAGE(usage) static char * usage[] = { |
#define | FINISH_USAGE 0}; |
#define | IdArgGetInt(label, default) |
#define | IdArgGetFloat(label, default) |
#define | IdArgGetString(label, default) |
#define | IdArgWantInt(label, usage) |
#define | IdArgWantFloat(label, usage) |
#define | IdArgWantString(label, usage) |
Functions | |
char * | IdArgInit (int, char **) |
int | IdArgDefined (char *) |
char * | IdArgValue (char *) |
char * | IdArgUnused (void) |
int | IdArgSave (char *) |
int | IdArgUsage (char **) |
int | IdArgPrintUnusedLabels (void) |
float * | IdArgGetListOfFloat (char *, int) |
int * | IdArgGetListOfInt (char *, int) |
char ** | IdArgGetListOfString (char *, int) |
float * | IdArgGetListOfFloatWyW (char *, int *) |
int * | IdArgGetListOfInt_N (char *, int, int *OUTPUT) |
float * | IdArgGetListOfFloat_N (char *, int, int *OUTPUT) |
char ** | IdArgGetListOfStringWyW (char *, int *OUTPUT) |
int * | IdArgGetListOfIntWyW (char *, int *OUTPUT) |
int * | IdArgGetIntEnum (char *, int *OUTPUT) |
float * | IdArgGetFloatEnum (char *, int *OUTPUT) |
int | IdArgGetType (char *, int) |
int | IdArgWantType (char *, char **) |
int | IdArgGetTypeObj (char *, int) |
int | IdArgWantTypeObj (char *, char **) |
int | IdArgGetLabel (char *, char *, int) |
int | IdArgWantLabel (char *, char *, char **) |
int | _IdArgFree (void) |
|
|
|
|
|
Definition at line 50 of file idarg.h. Referenced by IdArgInit(). |
|
Definition at line 59 of file idarg.h. Referenced by IdArgDefined(), and IdArgValue(). |
|
|
|
Value: Definition at line 199 of file idarg.h. Referenced by main(). |
|
Value: Definition at line 196 of file idarg.h. Referenced by main(). |
|
Value: Definition at line 202 of file idarg.h. Referenced by main(). |
|
Value: |
|
Value: |
|
Value: |
|
|
|
Definition at line 60 of file idarg.h. Referenced by gdcm_read_JPEG_file(), and IdArgDefined(). |
|
Definition at line 577 of file arg.c. Referenced by IdExit(). |
|
Definition at line 365 of file arg.c. Referenced by IdArgUnused(), and IdArgValue(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by main(). |
|
Definition at line 510 of file arg.c. References IdArgUnused(), IdArgValue(), and IdPrintf(). |
|
|
|
Definition at line 480 of file arg.c. References IdArgDefined(). Referenced by IdArgPrintUnusedLabels(). |
|
Definition at line 567 of file arg.c. References IdExit(), and IdPrintf(). |
|
Definition at line 436 of file arg.c. References FALSE, and IdArgDefined(). Referenced by IdArgPrintUnusedLabels(). |
|
|
|
|
|
|