#include <poptint.h>
Data Fields | |
int | argc |
const char ** | argv |
pbm_set * | argb |
int | next |
const char * | nextArg |
const char * | nextCharArg |
poptItem | currAlias |
int | stuffed |
Definition at line 45 of file poptint.h.
Definition at line 46 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptGetNextOpt(), and poptStripArg().
const char** optionStackEntry::argv |
Definition at line 48 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), and poptGetNextOpt().
Definition at line 50 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptFreeContext(), poptGetNextOpt(), and poptResetContext().
Definition at line 51 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptGetNextOpt(), and poptResetContext().
const char* optionStackEntry::nextArg |
Definition at line 53 of file poptint.h.
Referenced by handleAlias(), poptGetNextOpt(), poptGetOptArg(), and poptResetContext().
const char* optionStackEntry::nextCharArg |
Definition at line 55 of file poptint.h.
Referenced by handleAlias(), poptGetNextOpt(), and poptResetContext().