Go to the source code of this file.
Compounds | |
class | Changer |
A functional class to traverse an AST, and perform some transformation at each of its Nodes. More... | |
Functions | |
template<class T> void | change_list (list< T > &l, Changer &the_changer) |
Changes each member of a list safely. More... |