PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_getopt_ctx Struct Reference

#include <pg_getopt_ctx.h>

Data Fields

int nargc
 
char *constnargv
 
const charostr
 
int opterr
 
charoptarg
 
int optind
 
int optopt
 
charplace
 

Detailed Description

Definition at line 11 of file pg_getopt_ctx.h.

Field Documentation

◆ nargc

int pg_getopt_ctx::nargc

Definition at line 13 of file pg_getopt_ctx.h.

Referenced by pg_getopt_next(), and pg_getopt_start().

◆ nargv

char* const* pg_getopt_ctx::nargv

Definition at line 14 of file pg_getopt_ctx.h.

Referenced by pg_getopt_next(), and pg_getopt_start().

◆ optarg

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().

◆ opterr

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().

◆ optind

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().

◆ optopt

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().

◆ ostr

const char* pg_getopt_ctx::ostr

Definition at line 15 of file pg_getopt_ctx.h.

Referenced by pg_getopt_next(), and pg_getopt_start().

◆ place

char* pg_getopt_ctx::place

Definition at line 33 of file pg_getopt_ctx.h.

Referenced by pg_getopt_next(), and pg_getopt_start().


The documentation for this struct was generated from the following file: