#include <Teko_CloneFactory.hpp>
Public Member Functions | |
virtual Teuchos::RCP< Cloneable > | clone () const =0 |
Base class for cloneable objects
Definition at line 55 of file Teko_CloneFactory.hpp.
|
pure virtual |
Function that clones this object. This is not neccessarily a copy, but it is an object of the same dynamic type.
Implemented in Teko::AutoClone< CloneType, BaseType >.