poptItem_s(3)

poptItem_s(3) popt poptItem_s(3)

NAME

poptItem_s

SYNOPSIS

#include <popt.h>

Data Fields


struct poptOption option
int argc
const char ** argv

Detailed Description

A popt alias or exec argument for poptAddItem().

Definition at line 157 of file popt.h.

Field Documentation

int poptItem_s::argc

(alias) no. of args.

Definition at line 159 of file popt.h.

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

const char** poptItem_s::argv

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

Definition at line 161 of file popt.h.

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

struct poptOption poptItem_s::option

alias/exec name(s) and description.

Definition at line 158 of file popt.h.

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

Author

Generated automatically by Doxygen for popt from the source code.

Tue Jun 20 2017 Version 1.16