|
CUBRID Engine
latest
|
#include <cubrid_getopt.h>

Public Attributes | |
| const char * | name |
| int | has_arg |
| int * | flag |
| int | val |
Definition at line 53 of file cubrid_getopt.h.
| int* option::flag |
Definition at line 63 of file cubrid_getopt.h.
Referenced by getopt_long().
| int option::has_arg |
Definition at line 61 of file cubrid_getopt.h.
Referenced by getopt_long(), and utility_make_getopt_optstring().
| const char* option::name |
Definition at line 56 of file cubrid_getopt.h.
Referenced by free_csql_column_width_info_list(), getopt_long(), util_get_option_name(), and utility_make_getopt_optstring().
| int option::val |
Definition at line 65 of file cubrid_getopt.h.
Referenced by getopt_long(), util_get_option_name(), and utility_make_getopt_optstring().