enumset.hh File Reference
Detailed Description
Classes for building sets out of enumeration values.
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::EmptySet< TA > |
An empty set. More... | |
class | Dune::EnumItem< TA, item > |
A set consisting only of one item. More... | |
class | Dune::EnumRange< T, from, end > |
A set representing a range including the borders. More... | |
class | Dune::NegateSet< S > |
The negation of a set. An item is contained in the set if and only if it is not contained in the negated set. More... | |
class | Dune::Combine< TI1, TI2, TA > |
A set combining two other sets. More... |