s_lines Struct Reference

#include <shared.h>

Collaboration diagram for s_lines:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores helping data for compiling (if_XXX,...).

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 394 of file shared.h.

Public Member Functions

 s_lines ()

Public Attributes

int line
 Number of line of _goto command.
string proc_name
 Name of procedure.


Constructor & Destructor Documentation

s_lines::s_lines  )  [inline]
 

Definition at line 398 of file shared.h.

References line, and proc_name.

00399     {
00400         proc_name="";
00401         line=0;
00402     }


Member Data Documentation

int s_lines::line
 

Number of line of _goto command.

Definition at line 396 of file shared.h.

Referenced by logic_process_line(), and s_lines().

string s_lines::proc_name
 

Name of procedure.

Definition at line 395 of file shared.h.

Referenced by logic_process_line(), and s_lines().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:48 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo