|
BRL-CAD
|
"Option description" structure. More...
#include <opt.h>
Data Fields | |
| const char * | shortopt |
| "Short" option (i.e. -h for help option) More... | |
| const char * | longopt |
| "Long" option (i.e. –help for help option) More... | |
| const char * | arg_helpstr |
| Documentation describing option argument, if any (i.e. "file" in –input file) More... | |
| bu_opt_arg_process_t | arg_process |
| Argument processing function pointer. More... | |
| void * | set_var |
| Pointer to the variable or structure that collects this option's results. More... | |
| const char * | help_string |
| Option description. More... | |
"Option description" structure.
Arrays of this structure are used to define command line options.
| const char* longopt |
| const char* arg_helpstr |
| bu_opt_arg_process_t arg_process |
| void* set_var |