WvStreams
Public Attributes | List of all members
argp_state Struct Reference

Public Attributes

__const struct argproot_argp
 
int argc
 
char ** argv
 
int next
 
unsigned flags
 
unsigned arg_num
 
int quoted
 
void * input
 
void ** child_inputs
 
void * hook
 
char * name
 
FILE * err_stream
 
FILE * out_stream
 
void * pstate
 

Detailed Description

Definition at line 302 of file argp.h.

Member Data Documentation

◆ root_argp

__const struct argp* argp_state::root_argp

Definition at line 305 of file argp.h.

◆ argc

int argp_state::argc

Definition at line 308 of file argp.h.

◆ argv

char** argp_state::argv

Definition at line 309 of file argp.h.

◆ next

int argp_state::next

Definition at line 312 of file argp.h.

◆ flags

unsigned argp_state::flags

Definition at line 315 of file argp.h.

◆ arg_num

unsigned argp_state::arg_num

Definition at line 321 of file argp.h.

◆ quoted

int argp_state::quoted

Definition at line 326 of file argp.h.

◆ input

void* argp_state::input

Definition at line 329 of file argp.h.

◆ child_inputs

void** argp_state::child_inputs

Definition at line 332 of file argp.h.

◆ hook

void* argp_state::hook

Definition at line 335 of file argp.h.

◆ name

char* argp_state::name

Definition at line 339 of file argp.h.

◆ err_stream

FILE* argp_state::err_stream

Definition at line 342 of file argp.h.

◆ out_stream

FILE* argp_state::out_stream

Definition at line 343 of file argp.h.

◆ pstate

void* argp_state::pstate

Definition at line 345 of file argp.h.


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