popt  1.16
Data Fields
poptAlias Struct Reference

#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 144 of file popt.h.

Field Documentation

◆ argc

int poptAlias::argc

Definition at line 148 of file popt.h.

Referenced by poptAddAlias().

◆ argv

const char** poptAlias::argv

must be free()able

Definition at line 150 of file popt.h.

Referenced by poptAddAlias().

◆ longName

const char* poptAlias::longName

may be NULL

Definition at line 146 of file popt.h.

Referenced by poptAddAlias().

◆ shortName

char poptAlias::shortName

may be NUL

Definition at line 147 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.17