An optional Argument.
More...
#include <optarg.h>
Data Fields |
void * | data_ptr |
| data if scalar=FALSE
|
double | data_scalar |
| data if scalar=TRUE
|
char | key [MAX_LABEL_LENGTH] |
| The key to refer to the argument.
|
bool | scalar |
| flag whether arg is scalar or pointer
|
char | type [MAX_LABEL_LENGTH] |
| e.g. double* ...
|
Detailed Description
An optional Argument.
Definition at line 105 of file optarg.h.
Field Documentation
data if scalar=FALSE
Definition at line 109 of file optarg.h.
data if scalar=TRUE
Definition at line 110 of file optarg.h.
The key to refer to the argument.
Definition at line 106 of file optarg.h.
flag whether arg is scalar or pointer
Definition at line 107 of file optarg.h.
e.g. double* ...
Definition at line 108 of file optarg.h.
The documentation for this struct was generated from the following file: