![]() |
1.3.2
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
#include <ICloneable.hpp>
Inherits from this interface to make your class cloneable. You must use IMPLEMENT_CLONING macro in concrete classes only.
Public Member Functions | |
ICloneable () | |
virtual | ~ICloneable () |
virtual ICloneable * | clone () const =0 |
|
inline |
|
inlinevirtual |
|
pure virtual |