WvStreams
|
Public Attributes | |
argp_parser_t | parser |
const struct argp * | argp |
unsigned | args_processed |
struct group * | parent |
unsigned | parent_index |
void * | input |
void ** | child_inputs |
void * | hook |
Definition at line 204 of file argp-parse.c.
argp_parser_t group::parser |
Definition at line 207 of file argp-parse.c.
const struct argp* group::argp |
Definition at line 210 of file argp-parse.c.
unsigned group::args_processed |
Definition at line 213 of file argp-parse.c.
struct group* group::parent |
Definition at line 216 of file argp-parse.c.
unsigned group::parent_index |
Definition at line 217 of file argp-parse.c.
void* group::input |
Definition at line 221 of file argp-parse.c.
void ** group::child_inputs |
Definition at line 221 of file argp-parse.c.
void* group::hook |
Definition at line 222 of file argp-parse.c.