ReactOS 0.4.15-dev-7788-g1ad9096
optioninfo Struct Reference

#include <adnshost.h>

Collaboration diagram for optioninfo:

Public Types

enum  oi_type {
  ot_end , ot_desconly , ot_flag , ot_value ,
  ot_func , ot_funcarg , ot_funcarg2
}
 

Public Attributes

enum optioninfo::oi_type type
 
const chardesc
 
const charsopt
 
const charlopt
 
intstorep
 
int value
 
optfuncfunc
 
const charargdesc
 
const charargdesc2
 

Detailed Description

Definition at line 62 of file adnshost.h.

Member Enumeration Documentation

◆ oi_type

Enumerator
ot_end 
ot_desconly 
ot_flag 
ot_value 
ot_func 
ot_funcarg 
ot_funcarg2 

Definition at line 63 of file adnshost.h.

63 {
66 } type;
@ ot_funcarg2
Definition: adnshost.h:65
@ ot_funcarg
Definition: adnshost.h:65
@ ot_value
Definition: adnshost.h:65
@ ot_desconly
Definition: adnshost.h:64
enum optioninfo::oi_type type

Member Data Documentation

◆ argdesc

const char* optioninfo::argdesc

Definition at line 71 of file adnshost.h.

Referenced by printusage().

◆ argdesc2

const char * optioninfo::argdesc2

Definition at line 71 of file adnshost.h.

Referenced by printusage().

◆ desc

const char* optioninfo::desc

Definition at line 67 of file adnshost.h.

Referenced by printusage().

◆ func

optfunc* optioninfo::func

Definition at line 70 of file adnshost.h.

Referenced by opt_do().

◆ lopt

const char * optioninfo::lopt

Definition at line 68 of file adnshost.h.

Referenced by noninvert(), printusage(), and process_optarg().

◆ sopt

const char* optioninfo::sopt

Definition at line 68 of file adnshost.h.

Referenced by noninvert(), oc_short(), printusage(), and process_optarg().

◆ storep

int* optioninfo::storep

Definition at line 69 of file adnshost.h.

Referenced by opt_do().

◆ type

enum optioninfo::oi_type optioninfo::type

Referenced by opt_do(), printusage(), and process_optarg().

◆ value

int optioninfo::value

Definition at line 69 of file adnshost.h.

Referenced by opt_do(), printusage(), and process_optarg().


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