GNUnet 0.21.1
GNoption Struct Reference

Data Fields

const char * name
 
int has_arg
 
int * flag
 
int val
 

Detailed Description

Definition at line 88 of file getopt.c.

Field Documentation

◆ name

const char* GNoption::name

Definition at line 90 of file getopt.c.

Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().

◆ has_arg

int GNoption::has_arg

Definition at line 93 of file getopt.c.

Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().

◆ flag

int* GNoption::flag

Definition at line 94 of file getopt.c.

Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().

◆ val

int GNoption::val

Definition at line 95 of file getopt.c.

Referenced by GN_getopt_internal(), and GNUNET_GETOPT_run().


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