Compounds | |
| class | Changer |
| A functional class to traverse an AST, and perform some transformation at each of its Nodes. More... | |
| class | Visitor |
| A functional class to peform a function on a Node, depending on its class. More... | |
| class | Walker |
| A functional class to traverse an AST, and perform some function 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... | |
|
||||||||||||||||
|
Changes each member of a list safely.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001