IOR
Data Fields
option_help Struct Reference

#include <option.h>

Data Fields

char shortVar
 
char * longVar
 
char * help
 
option_value_type arg
 
char type
 
void * variable
 

Detailed Description

Definition at line 16 of file option.h.

Field Documentation

◆ arg

option_value_type option_help::arg

◆ help

char* option_help::help

Definition at line 19 of file option.h.

Referenced by print_help_section().

◆ longVar

char* option_help::longVar

Definition at line 18 of file option.h.

Referenced by print_current_option_section(), and print_help_section().

◆ shortVar

char option_help::shortVar

Definition at line 17 of file option.h.

Referenced by print_current_option_section(), and print_help_section().

◆ type

char option_help::type

Definition at line 22 of file option.h.

Referenced by option_merge(), print_option_value(), and print_value().

◆ variable

void* option_help::variable

Definition at line 23 of file option.h.

Referenced by print_current_option_section(), print_option_value(), and print_value().


The documentation for this struct was generated from the following file: