xapian-core
1.4.26
|
#include <gnu_getopt.h>
Public Attributes | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
Definition at line 72 of file gnu_getopt.h.
int* option::flag |
Definition at line 75 of file gnu_getopt.h.
Referenced by gnu_getopt_internal_(), and main().
int option::has_arg |
Definition at line 74 of file gnu_getopt.h.
Referenced by gnu_getopt_internal_().
const char* option::name |
Definition at line 73 of file gnu_getopt.h.
Referenced by gnu_getopt_internal_().
int option::val |
Definition at line 76 of file gnu_getopt.h.
Referenced by gnu_getopt_internal_().