#include <popt.h>
Data Fields | |
const char * | longName |
char | shortName |
unsigned int | argInfo |
void * | arg |
int | val |
const char * | descrip |
const char * | argDescrip |
Definition at line 119 of file popt.h.
const char* poptOption::longName |
may be NULL
Definition at line 121 of file popt.h.
Referenced by handleAlias(), handleExec(), invokeCallbacksOPTION(), invokeCallbacksPOST(), invokeCallbacksPRE(), poptGetArgs(), and singleOptionUsage().
may be NUL
Definition at line 122 of file popt.h.
Referenced by displayArgs(), handleAlias(), handleExec(), invokeCallbacksOPTION(), invokeCallbacksPOST(), and invokeCallbacksPRE().
unsigned int poptOption::argInfo |
void* poptOption::arg |
depends on argInfo
Definition at line 125 of file popt.h.
Referenced by invokeCallbacksOPTION(), invokeCallbacksPOST(), invokeCallbacksPRE(), itemUsage(), and singleTableUsage().
int poptOption::val |
const char* poptOption::descrip |
description for autohelp -- may be NULL
Definition at line 128 of file popt.h.
Referenced by invokeCallbacksOPTION(), invokeCallbacksPOST(), invokeCallbacksPRE(), and poptGetArgs().
const char* poptOption::argDescrip |
argument description for autohelp
Definition at line 130 of file popt.h.
Referenced by getArgDescrip(), and poptGetArgs().