1 #ifndef __JLANG__JCLONABLE__
2 #define __JLANG__JCLONABLE__
10 namespace JPP {
using namespace JLANG; }
18 template<
class JClass_t>
virtual clone_type clone() const =0
Get clone of this object.
virtual ~JClonable()
Virtual destructor.
Template interface class for object cloning.
JClass_t * clone_type
Type definition of return value of method clone().