popt  1.14
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
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 60 of file poptint.h.


Field Documentation

const char** poptArg_u::argv

Definition at line 68 of file poptint.h.

Referenced by poptGetNextOpt(), and singleOptionDefaultValue().

Definition at line 67 of file poptint.h.

Referenced by poptGetNextOpt(), and singleOptionDefaultValue().

Definition at line 66 of file poptint.h.

Referenced by poptGetNextOpt(), and singleOptionDefaultValue().

Definition at line 63 of file poptint.h.

Referenced by poptGetNextOpt(), and singleOptionDefaultValue().

Definition at line 65 of file poptint.h.

Referenced by poptGetNextOpt(), and singleOptionDefaultValue().

Definition at line 64 of file poptint.h.

Referenced by poptGetNextOpt(), and singleOptionDefaultValue().


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

Generated for popt by  doxygen 1.7.6.1