poptItem_s Struct Reference

A popt alias or exec argument for poptAddItem(). More...

#include <popt.h>

Collaboration diagram for poptItem_s:

Collaboration graph
[legend]

Data Fields

poptOption option
int argc
const char ** argv

Detailed Description

A popt alias or exec argument for poptAddItem().

Definition at line 147 of file popt.h.


Field Documentation

struct poptOption poptItem_s::option [read]

alias/exec name(s) and description.

Definition at line 148 of file popt.h.

Referenced by handleAlias(), and handleExec().

int poptItem_s::argc

(alias) no. of args.

Definition at line 149 of file popt.h.

const char** poptItem_s::argv

(alias) args, must be free()able.

Definition at line 151 of file popt.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 23 18:55:02 2007 for popt by  doxygen 1.5.2