popt 1.18
poptAlias Struct Reference

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

#include <src/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 140 of file popt.h.

Field Documentation

◆ argc

int poptAlias::argc

Definition at line 143 of file popt.h.

Referenced by poptAddAlias().

◆ argv

const char** poptAlias::argv

must be free()able

Definition at line 144 of file popt.h.

Referenced by poptAddAlias().

◆ longName

const char* poptAlias::longName

may be NULL

Definition at line 141 of file popt.h.

Referenced by poptAddAlias().

◆ shortName

char poptAlias::shortName

may be NUL

Definition at line 142 of file popt.h.

Referenced by poptAddAlias().


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