|
WvStreams
|
Public Types | |
| enum | { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER } |
Public Attributes | |
| const struct argp * | argp |
| const char * | posixly_correct |
| int | args_only |
| enum parser:: { ... } | ordering |
| int | first_nonopt |
| int | last_nonopt |
| char * | short_opts |
| char * | nextchar |
| struct group * | groups |
| struct group * | egroup |
| void ** | child_inputs |
| struct argp_state | state |
| void * | storage |
Definition at line 246 of file argp-parse.c.
| anonymous enum |
Definition at line 283 of file argp-parse.c.
| const struct argp* parser::argp |
Definition at line 248 of file argp-parse.c.
| const char* parser::posixly_correct |
Definition at line 250 of file argp-parse.c.
| int parser::args_only |
Definition at line 256 of file argp-parse.c.
| int parser::first_nonopt |
Definition at line 294 of file argp-parse.c.
| int parser::last_nonopt |
Definition at line 295 of file argp-parse.c.
| char* parser::short_opts |
Definition at line 299 of file argp-parse.c.
| char* parser::nextchar |
Definition at line 302 of file argp-parse.c.
| struct group* parser::groups |
Definition at line 305 of file argp-parse.c.
| struct group* parser::egroup |
Definition at line 307 of file argp-parse.c.
| void** parser::child_inputs |
Definition at line 309 of file argp-parse.c.
| struct argp_state parser::state |
Definition at line 312 of file argp-parse.c.
| void* parser::storage |
Definition at line 315 of file argp-parse.c.