dune-typetree
2.9
|
Mixin base class for visitors that want to visit the complete tree. More...
#include <dune/typetree/visitor.hh>
Classes | |
struct | VisitChild |
Template struct for determining whether or not to visit a given child. More... | |
Mixin base class for visitors that want to visit the complete tree.
This mixin class will accept all children presented to it and thus make the iterator traverse the entire tree.