popt 1.13
Data Fields
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

struct 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

(alias) no. of args.

Definition at line 149 of file popt.h.

Referenced by execCommand(), handleAlias(), and poptAddItem().

const char** poptItem_s::argv

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

Definition at line 151 of file popt.h.

Referenced by execCommand(), handleAlias(), poptAddItem(), and poptFreeContext().

alias/exec name(s) and description.

Definition at line 148 of file popt.h.

Referenced by handleAlias(), handleExec(), itemHelp(), itemUsage(), poptAddItem(), and poptFreeContext().


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

Generated for popt by  doxygen 1.7.4