Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

AST::Def_Struct Class Reference

Struct. More...

#include <ast.h>

Inheritance diagram for AST::Def_Struct:

AST::Node List of all members.

Public Member Functions

 Def_Struct ()
virtual void to3ACFile (FILE *f)
 convert me to 3ac - subclassed

Public Attributes

AttributeProxy list_variables

Private Types

typedef Node super

Detailed Description

Struct.

Definition at line 134 of file ast.h.


Member Typedef Documentation

typedef Node AST::Def_Struct::super [private]
 

Definition at line 135 of file ast.h.


Constructor & Destructor Documentation

AST::Def_Struct::Def_Struct  )  [inline]
 

Definition at line 137 of file ast.h.

00137                 :
00138         super("Def_Struct"),
00139         list_variables (this->addAttribute("handle"))
00140     {
00141     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

virtual void AST::Def_Struct::to3ACFile FILE *  f  )  [inline, virtual]
 

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 142 of file ast.h.

00142 {}


Member Data Documentation

AttributeProxy AST::Def_Struct::list_variables
 

Definition at line 143 of file ast.h.


The documentation for this class was generated from the following file:
Generated on Thu Oct 20 12:00:04 2005 for ASTree by  doxygen 1.4.2-20050421