GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GnoOption Struct Reference

#include <opt.h>

Data Fields

int iArg
int nFlg
Boolean fDef
char * pszDef
char * pszShort
char * pszLong
BooleanpfValue
char ** ppszValue
char * pszDescr

Detailed Description

Definition at line 177 of file opt.h.

Field Documentation

Boolean GnoOption::fDef

Definition at line 181 of file opt.h.

Referenced by GnoParse().

int GnoOption::iArg

Definition at line 179 of file opt.h.

int GnoOption::nFlg

Definition at line 180 of file opt.h.

Boolean* GnoOption::pfValue

Definition at line 185 of file opt.h.

Referenced by GnoParse().

char** GnoOption::ppszValue

Definition at line 186 of file opt.h.

Referenced by GnoFree(), and GnoParse().

char* GnoOption::pszDef

Definition at line 182 of file opt.h.

char* GnoOption::pszDescr

Definition at line 187 of file opt.h.

char* GnoOption::pszLong

Definition at line 184 of file opt.h.

Referenced by GnoFree(), GnoHelp(), and GnoParse().

char* GnoOption::pszShort

Definition at line 183 of file opt.h.

Referenced by GnoFree(), GnoHelp(), and GnoParse().


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