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  

ref_clone_changer.h File Reference

Go to the source code of this file.

Compounds

class  ref_clone_changer
 Performs a deep copy on part of the AST. More...

class  ref_fix_walker

Typedefs

typedef map< Node *, Node *,
less< Node * > > 
node_map
typedef node_map::iterator node_map_p


Typedef Documentation

typedef map< Node *, Node *, less< Node * > > node_map
 

Definition at line 44 of file ref_clone_changer.h.

Referenced by ref_clone_changer::map(), and ref_clone_changer::ref_clone_changer().

typedef node_map::iterator node_map_p
 

Definition at line 46 of file ref_clone_changer.h.

Referenced by ref_fix_walker::lookup().


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