C-Breeze
C Compiler Infrastructure

[ Project home page]

walker.h File Reference

Go to the source code of this file.

Functions

template<class T>
void list_walker (list< T > &l, Walker &the_walker)
 Invoke a given walker on every element of a list.


Function Documentation

template<class T>
void list_walker list< T > &  l,
Walker the_walker
 

Invoke a given walker on every element of a list.

Parameters:
the_walker The walker which should be invoked on every element of the list.
l The list on which to invoke the Walker. This list should contain only Nodes or subclasses of Node.

Definition at line 409 of file walker.h.


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