Data Fields

poptArg_u Union Reference

A union to simplify opt->arg access without casting. More...

#include <poptint.h>

Collaboration diagram for poptArg_u:
Collaboration graph
[legend]

Data Fields

void * ptr
int * intp
short * shortp
long * longp
long long * longlongp
float * floatp
double * doublep
const char ** argv
poptCallbackType cb
poptOption opt

Detailed Description

A union to simplify opt->arg access without casting.

Definition at line 63 of file poptint.h.


Field Documentation

const char** poptArg_u::argv

Definition at line 72 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().

Definition at line 71 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().

Definition at line 70 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().

Definition at line 66 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().

Definition at line 69 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().

Definition at line 68 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().

Definition at line 67 of file poptint.h.

Referenced by poptSaveArg(), and singleOptionDefaultValue().


The documentation for this union was generated from the following file:

Generated for popt by  doxygen 1.7.1