Dune TypeTree (unstable)
Dune::TypeTree::LeafNode Class Reference
Base class for leaf nodes in a dune-typetree. More...
#include <dune/typetree/leafnode.hh>
Public Types | |
| typedef LeafNodeTag | NodeTag |
| The type tag that describes a LeafNode. | |
Static Public Attributes | |
| static const bool | isLeaf = true |
| Mark this class as a leaf in a dune-typetree. | |
| static const bool | isPower = false |
| Mark this class as a non power in the dune-typetree. | |
| static const bool | isComposite = false |
| Mark this class as a non composite in the dune-typetree. | |
Protected Member Functions | |
| LeafNode () | |
| Default constructor. More... | |
Detailed Description
Base class for leaf nodes in a dune-typetree.
Every leaf type in a dune-typetree must be derived from this class.
Constructor & Destructor Documentation
◆ LeafNode()
|
inlineprotected |
Default constructor.
The default constructor is protected, as LeafNode is a utility class that needs to be filled with meaning by subclassing it and adding useful functionality to the subclass.
The documentation for this class was generated from the following file:
- dune/typetree/leafnode.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 2, 23:43, 2025)