#include <set>#include <algorithm>#include <iterator>#include <stdarg.h>#include <basics/debug.hh>#include <basics/outputOperator.hh>#include <basics/exceptions.hh>#include <basics/pointerOutput.hh>#include "array.hh"

Go to the source code of this file.
Classes | |
| class | concepts::BaseSet< F > |
| Set with operations and output operator. More... | |
| class | concepts::Set< F > |
| Set with operations, output operator, and method of the particular element types. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Defines | |
| #define | SetInput_D 0 |
Functions | |
| template<class F > | |
| Set< F > | concepts::makeSet (uint n, const F &first,...) |
| Creates an array of length from a comma separated list of values. | |
| template<class F > | |
| void | concepts::operator>> (std::istream &is, BaseSet< F > &set) |