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