Teko  Version of the Day
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
Teko::Cloneable Class Referenceabstract

#include <Teko_CloneFactory.hpp>

Inheritance diagram for Teko::Cloneable:
Inheritance graph
[legend]

Public Member Functions

virtual Teuchos::RCP< Cloneableclone () const =0
 

Detailed Description

Base class for cloneable objects

Definition at line 55 of file Teko_CloneFactory.hpp.

Member Function Documentation

virtual Teuchos::RCP<Cloneable> Teko::Cloneable::clone ( ) const
pure virtual

Function that clones this object. This is not neccessarily a copy, but it is an object of the same dynamic type.

Returns
A pointer to an object of the same type is returned

Implemented in Teko::AutoClone< CloneType, BaseType >.


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