Go to the documentation of this file.
5#ifndef DUNE_INTERFACES_HH
6#define DUNE_INTERFACES_HH
Dune namespace.
Definition: alignedallocator.hh:13
An interface class for cloneable objects.
Definition: interfaces.hh:16
virtual ~Cloneable()
Destructor.
Definition: interfaces.hh:26
virtual Cloneable * clone() const =0
Clones the object clone needs to be redefined by an implementation class, with the return type covari...