dune-typetree 3.0-dev
nodetags.hh
Go to the documentation of this file.
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3
4#ifndef DUNE_TYPETREE_NODETAGS_HH
5#define DUNE_TYPETREE_NODETAGS_HH
6
7namespace Dune {
8 namespace TypeTree {
9
16 struct LeafNodeTag {};
17
19 struct PowerNodeTag {};
20
23
24#ifndef DOXYGEN
25
27 struct StartTag {};
28
29
30
31#endif // DOXYGEN
32
34
35 } // namespace TypeTree
36} //namespace Dune
37
38#endif // DUNE_TYPETREE_NODETAGS_HH
Definition accumulate_static.hh:13
Tag designating a leaf node.
Definition nodetags.hh:16
Tag designating a power node.
Definition nodetags.hh:19
Tag designating a composite node.
Definition nodetags.hh:22