Definition at line 44 of file wvargs.cc.
Public Member Functions | |
WvArgsData () | |
~WvArgsData () | |
argp_option * | argp () const |
void * | self () const |
void | add (WvArgsOption *option) |
void | remove (char short_option, WvStringParm long_option) |
void | zap () |
void | add_required_arg () |
void | subtract_required_arg () |
const WvStringList & | args () const |
Static Public Member Functions | |
static error_t | parser (int key, char *arg, argp_state *state) |
Public Attributes | |
unsigned int | flags |
Protected Member Functions | |
void | argp_build () |
bool | argp_add (const char *name, int key, const char *arg, int flags, const char *doc, int group) |
Friends | |
class | WvArgsOption |
class | WvArgsArgOption |
class | WvArgs |