Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   
var_s  Struct Reference
Structure keeps track of the variables, their value and the line number they are defined on. 
More...
#include <pdl_variable.h>
Collaboration diagram for var_s:
[legend]
 Data Fields | 
| 
const char*  | name | 
|   | Name of the variable.
 
  | 
| 
const char*  | value | 
|   | Value of the variable.
 
  | 
| 
unsigned int  | lineno | 
|   | Line number the variable appears on.
 
  | 
| 
struct var_s*  | next | 
|   | Next variable, or 0 if none.
 
  | 
Detailed Description
Structure keeps track of the variables, their value and the line number they are defined on.
 
Definition at line 44 of file pdl_variable.h.
The documentation for this struct was generated from the following file:
Generated at Fri Jul 11 18:38:23 2003 for edg-lcmaps by
1.2.8.1 written by Dimitri van Heesch,
 © 1997-2001