3 #ifndef DUNE_INTERFACES_HH 4 #define DUNE_INTERFACES_HH Dune namespace.
Definition: alignedallocator.hh:9
An interface class for cloneable objects.
Definition: interfaces.hh:14
virtual Cloneable * clone() const =0
Clones the object clone needs to be redefined by an implementation class, with the return type covari...
virtual ~Cloneable()
Destructor.
Definition: interfaces.hh:24