poptAlias Struct Reference

#include <popt.h>

Collaboration diagram for poptAlias:

Collaboration graph
[legend]

Detailed Description

A popt alias argument for poptAddAlias().

Definition at line 127 of file popt.h.

Data Fields

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


Field Documentation

const char* poptAlias::longName

may be NULL

Definition at line 128 of file popt.h.

char poptAlias::shortName

may be ''

Definition at line 129 of file popt.h.

int poptAlias::argc

Definition at line 130 of file popt.h.

Referenced by plu_popt_alias().

const char** poptAlias::argv

must be free()able

Definition at line 131 of file popt.h.

Referenced by plu_popt_alias().


The documentation for this struct was generated from the following file:
© 1996-2007 by pilot-link.org. All rights reserved.