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

Classes | Namespaces | Defines | Functions
toolbox/array.hh File Reference
#include <cstring>
#include <memory>
#include <iostream>
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "basics/exceptions.hh"
#include "basics/pointerOutput.hh"
Include dependency graph for array.hh:

Go to the source code of this file.

Classes

class  concepts::Array< F >
 An array of objects. More...
struct  concepts::Realtype< Array< F > >

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define ArrayConstr_D   0
#define ArrayDestr_D   0

Functions

template<class F , class G >
concepts::Array< typename
Combtype< F, G >::type > 
concepts::operator* (const concepts::Array< F > &array, const G &val)
 Multiplication operator.
template<class F , class G >
Array< typename Combtype< F, G >
::type > 
concepts::operator* (const G &val, const Array< F > &array)
 Multiplication operator.
template<class F >
std::ostream & concepts::operator<< (std::ostream &os, const Array< F > &o)
template<class F >
std::ostream & concepts::operator<< (std::ostream &os, std::auto_ptr< F > &a)
 Output operator for auto_ptr's.
template<class F >
bool concepts::operator== (F &y, const Array< F > &x)
template<class F >
bool concepts::operator== (const Array< F > &x, F &y)
template<class F >
bool concepts::operator== (const Array< F > &x, const Array< F > &y)
template<class F >
void concepts::pointerOutput (std::ostream &os, const Array< F > &array)

Define Documentation

#define ArrayConstr_D   0

Definition at line 20 of file array.hh.

#define ArrayDestr_D   0

Definition at line 21 of file array.hh.


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