popt  1.16
Data Fields
poptOption Struct Reference

#include <popt.h>

Data Fields

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

Detailed Description

Definition at line 132 of file popt.h.

Field Documentation

◆ arg

void* poptOption::arg

◆ argDescrip

const char* poptOption::argDescrip

argument description for autohelp

Definition at line 143 of file popt.h.

Referenced by getArgDescrip(), poptAddItem(), poptFreeItems(), and singleOptionHelp().

◆ argInfo

unsigned int poptOption::argInfo

◆ descrip

const char* poptOption::descrip

description for autohelp – may be NULL

Definition at line 141 of file popt.h.

Referenced by findOption(), invokeCallbacksOPTION(), invokeCallbacksPOST(), invokeCallbacksPRE(), poptAddItem(), poptFreeItems(), singleOptionHelp(), and singleTableHelp().

◆ longName

const char* poptOption::longName

◆ shortName

char poptOption::shortName

◆ val

int poptOption::val

0 means don't return, just update flag

Definition at line 139 of file popt.h.

Referenced by poptAddItem(), poptGetNextOpt(), and singleOptionHelp().


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

Generated for popt by  doxygen 1.8.13