|
PostgreSQL Source Code git master
|
#include <pg_getopt_ctx.h>
Data Fields | |
| int | nargc |
| char *const * | nargv |
| const char * | ostr |
| int | opterr |
| char * | optarg |
| int | optind |
| int | optopt |
| char * | place |
Definition at line 11 of file pg_getopt_ctx.h.
| int pg_getopt_ctx::nargc |
Definition at line 13 of file pg_getopt_ctx.h.
Referenced by pg_getopt_next(), and pg_getopt_start().
Definition at line 14 of file pg_getopt_ctx.h.
Referenced by pg_getopt_next(), and pg_getopt_start().
| char* pg_getopt_ctx::optarg |
Definition at line 28 of file pg_getopt_ctx.h.
Referenced by getopt(), pg_getopt_next(), and pg_getopt_start().
| int pg_getopt_ctx::opterr |
Definition at line 22 of file pg_getopt_ctx.h.
Referenced by getopt(), pg_getopt_next(), and pg_getopt_start().
| int pg_getopt_ctx::optind |
Definition at line 29 of file pg_getopt_ctx.h.
Referenced by getopt(), pg_getopt_next(), and pg_getopt_start().
| int pg_getopt_ctx::optopt |
Definition at line 30 of file pg_getopt_ctx.h.
Referenced by getopt(), pg_getopt_next(), and pg_getopt_start().
Definition at line 15 of file pg_getopt_ctx.h.
Referenced by pg_getopt_next(), and pg_getopt_start().
| char* pg_getopt_ctx::place |
Definition at line 33 of file pg_getopt_ctx.h.
Referenced by pg_getopt_next(), and pg_getopt_start().