#include <poptint.h>
Collaboration diagram for poptContext_s:
Data Fields | |
optionStackEntry | optionStack [POPT_OPTION_DEPTH] |
optionStackEntry * | os |
const char ** | leftovers |
int | numLeftovers |
int | nextLeftover |
poptOption * | options |
int | restLeftover |
const char * | appName |
poptItem | aliases |
int | numAliases |
unsigned int | flags |
poptItem | execs |
int | numExecs |
const char ** | finalArgv |
int | finalArgvCount |
int | finalArgvAlloced |
int(* | maincall )(int argc, const char **argv) |
poptItem | doExec |
const char * | execPath |
int | execAbsolute |
const char * | otherHelp |
pbm_set * | arg_strip |
Definition at line 61 of file poptint.h.
const char* poptContext_s::appName |
Definition at line 94 of file poptint.h.
Referenced by poptGetInvocationName(), and poptStrippedArgv().
const char* poptContext_s::execPath |
const char** poptContext_s::finalArgv |
unsigned int poptContext_s::flags |
const char** poptContext_s::leftovers |
int(* poptContext_s::maincall)(int argc, const char **argv) |
struct poptOption* poptContext_s::options |
struct optionStackEntry poptContext_s::optionStack[POPT_OPTION_DEPTH] |
struct optionStackEntry* poptContext_s::os |
Definition at line 64 of file poptint.h.
Referenced by cleanOSE(), poptGetArgs(), and poptGetNextOpt().
const char* poptContext_s::otherHelp |