Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines | Functions
toolbox/set.hh File Reference
#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"
Include dependency graph for set.hh:
This graph shows which files directly or indirectly include this file:

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)

Define Documentation

#define SetInput_D   0

Definition at line 18 of file set.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)