#include <poptint.h>
Data Fields | |
struct optionStackEntry | optionStack [POPT_OPTION_DEPTH] |
struct optionStackEntry * | os |
const char ** | leftovers |
int | numLeftovers |
int | nextLeftover |
struct poptOption * | options |
int | restLeftover |
const char * | appName |
poptItem | aliases |
int | numAliases |
int | flags |
poptItem | execs |
int | numExecs |
const char ** | finalArgv |
int | finalArgvCount |
int | finalArgvAlloced |
poptItem | doExec |
const char * | execPath |
int | execAbsolute |
const char * | otherHelp |
pbm_set * | arg_strip |
Definition at line 52 of file poptint.h.
struct optionStackEntry poptContext_s::optionStack[POPT_OPTION_DEPTH] [read] |
struct optionStackEntry* poptContext_s::os [read] |
const char** poptContext_s::leftovers |
struct poptOption* poptContext_s::options [read] |
const char* poptContext_s::appName |
const char** poptContext_s::finalArgv |
const char* poptContext_s::execPath |
const char* poptContext_s::otherHelp |