#include <vector>#include "basics/typedefs.hh"#include "basics/outputOperator.hh"#include "basics/debug.hh"#include "basics/exceptions.hh"#include "toolbox/array.hh"

Go to the source code of this file.
Classes | |
| class | concepts::ArrayScan< T > |
| Scanner for an Array. More... | |
| class | concepts::Joiner< T, nlnk > |
| Joiner class with multiple successors, i.e. More... | |
| class | concepts::ListScan< T > |
| Scanner for a list. More... | |
| class | concepts::PListScan< T > |
| Scanner for a list of pointers. More... | |
| class | concepts::PStlVectorScan< T > |
| Scanner for a STL container std::vector of pointers. More... | |
| class | concepts::Scan< T > |
| An abstract class for scanning a mesh (a set of cells) or a space (a set of elements). More... | |
| class | concepts::StlVectorScan< T, ItType > |
| Scanner working on std::vector elements. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Defines | |
| #define | JoinerConstr_D 0 |
| #define | JoinerDestr_D 0 |
Functions | |
| template<class T , unsigned nlnk> | |
| std::ostream & | concepts::operator<< (std::ostream &os, const Joiner< T, nlnk > &j) |
| #define JoinerConstr_D 0 |
Definition at line 15 of file scannerConnectors.hh.
| #define JoinerDestr_D 0 |
Definition at line 16 of file scannerConnectors.hh.