dune-typetree
2.9
|
Mixin base class for visitors that only want to visit the direct children of a node. 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 only want to visit the direct children of a node.
This mixin class will reject all children presented to it, causing the algorithm to only visit the root node and call DefaultVisitor::beforeChild() and DefaultVisitor::afterChild() for its direct children.