PostgreSQL Source Code  git master
option Struct Reference

#include <getopt_long.h>

Data Fields

const char * name
 
int has_arg
 
int * flag
 
int val
 

Detailed Description

Definition at line 16 of file getopt_long.h.

Field Documentation

◆ flag

int* option::flag

Definition at line 20 of file getopt_long.h.

Referenced by getopt_long().

◆ has_arg

int option::has_arg

Definition at line 19 of file getopt_long.h.

Referenced by getopt_long().

◆ name

const char* option::name

Definition at line 18 of file getopt_long.h.

Referenced by getopt_long(), and parse_one_reloption().

◆ val


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