#include "getopt-wrapper.h"

Public Attributes | |
| int * | flag |
| int | has_arg |
| const char * | name |
| int | val |
Definition at line 33 of file getopt-wrapper.h.
| int* octave_getopt_options::flag |
Definition at line 37 of file getopt-wrapper.h.
Referenced by make_option_struct().
| int octave_getopt_options::has_arg |
Definition at line 36 of file getopt-wrapper.h.
Referenced by make_option_struct().
| const char* octave_getopt_options::name |
Definition at line 35 of file getopt-wrapper.h.
Referenced by make_option_struct().
| int octave_getopt_options::val |
Definition at line 38 of file getopt-wrapper.h.
Referenced by make_option_struct().