dune-common  2.2.0
Public Member Functions
Dune::Cloneable Struct Reference

An interface class for cloneable objects. More...

#include <dune/common/interfaces.hh>

List of all members.

Public Member Functions

virtual Cloneableclone () const =0
 Clones the object clone needs to be redefined by an implementation class, with the return type covariantly adapted. Remember to delete the resulting pointer.
virtual ~Cloneable ()
 Destructor.

Detailed Description

An interface class for cloneable objects.


Constructor & Destructor Documentation

virtual Dune::Cloneable::~Cloneable ( ) [inline, virtual]

Destructor.


Member Function Documentation

virtual Cloneable* Dune::Cloneable::clone ( ) const [pure virtual]

Clones the object clone needs to be redefined by an implementation class, with the return type covariantly adapted. Remember to delete the resulting pointer.


The documentation for this struct was generated from the following file: