WvStreams
Public Types | Public Attributes | List of all members
parser Struct Reference

Public Types

enum  { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER }
 

Public Attributes

const struct argpargp
 
const char * posixly_correct
 
int args_only
 
enum parser:: { ... }  ordering
 
int first_nonopt
 
int last_nonopt
 
char * short_opts
 
char * nextchar
 
struct groupgroups
 
struct groupegroup
 
void ** child_inputs
 
struct argp_state state
 
void * storage
 

Detailed Description

Definition at line 246 of file argp-parse.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 283 of file argp-parse.c.

Member Data Documentation

◆ argp

const struct argp* parser::argp

Definition at line 248 of file argp-parse.c.

◆ posixly_correct

const char* parser::posixly_correct

Definition at line 250 of file argp-parse.c.

◆ args_only

int parser::args_only

Definition at line 256 of file argp-parse.c.

◆ first_nonopt

int parser::first_nonopt

Definition at line 294 of file argp-parse.c.

◆ last_nonopt

int parser::last_nonopt

Definition at line 295 of file argp-parse.c.

◆ short_opts

char* parser::short_opts

Definition at line 299 of file argp-parse.c.

◆ nextchar

char* parser::nextchar

Definition at line 302 of file argp-parse.c.

◆ groups

struct group* parser::groups

Definition at line 305 of file argp-parse.c.

◆ egroup

struct group* parser::egroup

Definition at line 307 of file argp-parse.c.

◆ child_inputs

void** parser::child_inputs

Definition at line 309 of file argp-parse.c.

◆ state

struct argp_state parser::state

Definition at line 312 of file argp-parse.c.

◆ storage

void* parser::storage

Definition at line 315 of file argp-parse.c.


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