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  

tree_visitor.h File Reference

Go to the source code of this file.

Compounds

class  tree_visitor

Functions

template<class T> void visit_list (list< T > &l, Visitor *the_visitor)


Function Documentation

template<class T>
void visit_list list< T > &    l,
Visitor   the_visitor
 

Definition at line 44 of file tree_visitor.h.

Referenced by tree_visitor::at_block(), tree_visitor::at_call(), tree_visitor::at_comma(), tree_visitor::at_decl(), tree_visitor::at_func(), tree_visitor::at_initializer(), tree_visitor::at_suespec(), and tree_visitor::at_unit().


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