PostgreSQL Source Code
git master
|
#include <getopt_long.h>
Data Fields | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
Definition at line 16 of file getopt_long.h.
int* option::flag |
Definition at line 20 of file getopt_long.h.
Referenced by getopt_long().
int option::has_arg |
Definition at line 19 of file getopt_long.h.
Referenced by getopt_long().
const char* option::name |
Definition at line 18 of file getopt_long.h.
Referenced by getopt_long().
int option::val |
Definition at line 21 of file getopt_long.h.
Referenced by getopt_long().