popt  1.16
Data Fields
poptAlias Struct Reference

A popt alias argument for poptAddAlias(). More...

#include <popt.h>

Data Fields

const char * longName
 
char shortName
 
int argc
 
const char ** argv
 

Detailed Description

A popt alias argument for poptAddAlias().

Definition at line 149 of file popt.h.

Field Documentation

◆ argc

int poptAlias::argc

Definition at line 153 of file popt.h.

Referenced by poptAddAlias().

◆ argv

const char** poptAlias::argv

must be free()able

Definition at line 155 of file popt.h.

Referenced by poptAddAlias().

◆ longName

const char* poptAlias::longName

may be NULL

Definition at line 151 of file popt.h.

Referenced by poptAddAlias().

◆ shortName

char poptAlias::shortName

may be NUL

Definition at line 152 of file popt.h.

Referenced by poptAddAlias().


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

Generated for popt by  doxygen 1.8.13