|
inline |
Visits each node, starting at the root node.
| f | function to call on each pointer to a node |
| dir | left or right branch first? |
References syten::BinaryTree::Tree< T >::r, and syten::BinaryTree::Tree< T >::visit_top_rec().
Here is the call graph for this function: