IOR
|
#include <option.h>
Data Fields | |
char | shortVar |
char * | longVar |
char * | help |
option_value_type | arg |
char | type |
void * | variable |
option_value_type option_help::arg |
Definition at line 21 of file option.h.
Referenced by print_current_option_section(), print_help_section(), print_option_value(), and print_value().
char* option_help::help |
Definition at line 19 of file option.h.
Referenced by print_help_section().
char* option_help::longVar |
Definition at line 18 of file option.h.
Referenced by print_current_option_section(), and print_help_section().
char option_help::shortVar |
Definition at line 17 of file option.h.
Referenced by print_current_option_section(), and print_help_section().
char option_help::type |
Definition at line 22 of file option.h.
Referenced by print_option_value(), and print_value().
void* option_help::variable |
Definition at line 23 of file option.h.
Referenced by print_current_option_section(), print_option_value(), and print_value().