Go to the source code of this file.
Compounds | |
class | Visitor |
A functional class to peform a function on a Node, depending on its class. More... | |
Functions | |
template<class T> void | list_visitor (list< T > &l, Visitor *the_visitor) |
Invoke a given visiter on every element of a list. More... |
|
Invoke a given visiter on every element of a list.
|