Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

poptOption Struct Reference

#include <popt.h>


Data Fields

const char* longName
char shortName
int argInfo
void* arg
int val
const char* descrip
const char* argDescrip


Field Documentation

void * poptOption::arg
 

depends on argInfo

Definition at line 122 of file popt.h.

const char * poptOption::argDescrip
 

argument description for autohelp

Definition at line 125 of file popt.h.

int poptOption::argInfo
 

Definition at line 121 of file popt.h.

const char * poptOption::descrip
 

description for autohelp -- may be NULL

Definition at line 124 of file popt.h.

const char * poptOption::longName
 

may be NULL

Definition at line 119 of file popt.h.

char poptOption::shortName
 

may be '\0'

Definition at line 120 of file popt.h.

int poptOption::val
 

0 means don't return, just update flag

Definition at line 123 of file popt.h.


The documentation for this struct was generated from the following file:
Generated at Thu Sep 6 11:32:39 2001 for rpm by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001