GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Item Struct Reference
Collaboration diagram for Item:

Data Fields

struct Option * option
 
struct Flag * flag
 
struct Itemnext_item
 

Detailed Description

Definition at line 120 of file parser.c.

Field Documentation

struct Flag* Item::flag

Definition at line 123 of file parser.c.

Referenced by G_define_flag(), and G_define_option().

struct Item* Item::next_item

Definition at line 124 of file parser.c.

Referenced by G_define_flag(), and G_define_option().

struct Option* Item::option

Definition at line 122 of file parser.c.

Referenced by G_define_flag(), and G_define_option().


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