#include <poptint.h>

Data Fields | |
| void * | ptr |
| int * | intp |
| long * | longp |
| long long * | longlongp |
| float * | floatp |
| double * | doublep |
| const char ** | argv |
| poptCallbackType | cb |
| poptOption | opt |
Definition at line 60 of file poptint.h.
| void* poptArg_u::ptr |
Definition at line 62 of file poptint.h.
Referenced by invokeCallbacksOPTION(), invokeCallbacksPOST(), and invokeCallbacksPRE().
| int* poptArg_u::intp |
| long* poptArg_u::longp |
| long long* poptArg_u::longlongp |
| float* poptArg_u::floatp |
| double* poptArg_u::doublep |
| const char** poptArg_u::argv |
Definition at line 69 of file poptint.h.
Referenced by invokeCallbacksOPTION(), invokeCallbacksPOST(), and invokeCallbacksPRE().
Definition at line 71 of file poptint.h.
Referenced by invokeCallbacksOPTION(), invokeCallbacksPOST(), and invokeCallbacksPRE().
1.5.5