1 #ifndef DUNE_FEM_ENVELOPE_HH 2 #define DUNE_FEM_ENVELOPE_HH 9 template<
class Object >
19 template<
class ParamType >
25 : object_( other.object_ )
53 #endif // #ifndef DUNE_FEM_ENVELOPE_HH
Definition: envelope.hh:10
const ObjectType & operator*() const
Definition: envelope.hh:28
Envelope(const Envelope &other)
Definition: envelope.hh:24
Envelope(ParamType param)
Definition: envelope.hh:20
Definition: coordinate.hh:4
const ObjectType * operator->() const
Definition: envelope.hh:38
ObjectType object_
Definition: envelope.hh:16
Object ObjectType
Definition: envelope.hh:13