Go to the source code of this file.
Compounds | |
class | Walker |
A functional class to traverse an AST, and perform some function at each of its Nodes. More... | |
Functions | |
template<class T> void | list_walker (list< T > &l, Walker &the_walker) |
Invoke a given walker on every element of a list. More... |
|
Invoke a given walker on every element of a list.
|