xapian-core  1.4.25
Public Attributes | List of all members
option Struct Reference

#include <gnu_getopt.h>

Public Attributes

const char * name
 
int has_arg
 
int * flag
 
int val
 

Detailed Description

Definition at line 72 of file gnu_getopt.h.

Member Data Documentation

◆ flag

int* option::flag

Definition at line 75 of file gnu_getopt.h.

Referenced by gnu_getopt_internal_(), and main().

◆ has_arg

int option::has_arg

Definition at line 74 of file gnu_getopt.h.

Referenced by gnu_getopt_internal_().

◆ name

const char* option::name

Definition at line 73 of file gnu_getopt.h.

Referenced by gnu_getopt_internal_().

◆ val

int option::val

Definition at line 76 of file gnu_getopt.h.

Referenced by gnu_getopt_internal_().


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