Dune Core Modules (2.9.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::TypeTree::VisitTree Struct Reference
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... | |
Detailed Description
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.
The documentation for this struct was generated from the following file:
- dune/typetree/visitor.hh
