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  

vcgast.cc File Reference

#include "vcg.h"

Go to the source code of this file.

Compounds

class  vcgASTPhase
class  vcgASTWalker

Defines

#define STRING(s1, s2)   (string(s1 + string(" `") + s2 + "'"))

Variables

Phases vcgastPhase ("vcgAST", new vcgASTPhase())


Define Documentation

#define STRING s1,
s2       (string(s1 + string(" `") + s2 + "'"))
 

Definition at line 195 of file vcgast.cc.

Referenced by vcgCCGWalker::node_name(), and vcgASTWalker::node_name().


Variable Documentation

Phases vcgastPhase( "vcgAST", new vcgASTPhase() )
 


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