#include <tw-opts.h>
Data Fields | |
| tw_opttype | type |
| const char * | name |
| const char * | help |
| void * | value |
| const char * tw_optdef::help |
Definition at line 26 of file tw-opts.h.
Referenced by show_help(), and tw_opt_settings().
| const char * tw_optdef::name |
Definition at line 25 of file tw-opts.h.
Referenced by match_opt(), need_argument(), show_help(), tw_opt_print(), and tw_opt_settings().
| tw_opttype tw_optdef::type |
Definition at line 24 of file tw-opts.h.
Referenced by apply_opt(), is_empty(), match_opt(), show_help(), tw_opt_add(), tw_opt_print(), and tw_opt_settings().
| void * tw_optdef::value |
Definition at line 27 of file tw-opts.h.
Referenced by apply_opt(), show_help(), tw_opt_print(), and tw_opt_settings().