C-Breeze
C Compiler Infrastructure

[ Project home page]

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.


Member Function Documentation

string& metaVariable::name  )  [inline]
 

Definition at line 56 of file meta.h.

References _name.


Member Data Documentation

string metaVariable::_name [private]
 

Definition at line 48 of file meta.h.

Referenced by name().


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

Generated on February 1, 2006
Back to the C-Breeze home page