C-Breeze
C Compiler Infrastructure

[ Project home page]

tree_visitor.h File Reference

Go to the source code of this file.

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 February 1, 2006
Back to the C-Breeze home page