C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

metaVariable Class Reference

#include <meta.h>

Inheritance diagram for metaVariable:

metaexprNode metastmtNode List of all members.

Public Member Functions

 metaVariable (string &name)
string & name ()

Private Attributes

string _name

Constructor & Destructor Documentation

metaVariable::metaVariable string &    name [inline]
 

Definition at line 52 of file meta.h.

References name().


Member Function Documentation

string& metaVariable::name   [inline]
 

Definition at line 56 of file meta.h.

Referenced by metaexprNode::metaexprNode(), metastmtNode::metastmtNode(), metaVariable(), metaexprNode::output_expr(), and metastmtNode::output_stmt().


Member Data Documentation

string metaVariable::_name [private]
 

Definition at line 48 of file meta.h.


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

Generated on August 27, 2003
Back to the C-Breeze home page