Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
JLANG::JClonable< JClass_t > Class Template Referenceabstract

Template interface class for object cloning. More...

#include <JClonable.hh>

Inheritance diagram for JLANG::JClonable< JClass_t >:
JTRIGGER::JMatch< JTRIGGER::JHitR1 > JTOOLS::JMultiMapTransformer< 1, JArgument_t > JTOOLS::JMultiMapTransformer< 2, JArgument_t > JTOOLS::JMultiMapTransformer< 3, JArgument_t > JTOOLS::JMultiMapTransformer< 4, JArgument_t > JTOOLS::JMultiMapTransformer< 5, JArgument_t > JTOOLS::JMultiMapTransformer< N, JArgument_t > JTRIGGER::JMatch< JHit_t >

Public Types

typedef JClass_t * clone_type
 Type definition of return value of method clone(). More...
 

Public Member Functions

virtual ~JClonable ()
 Virtual destructor. More...
 
virtual clone_type clone () const =0
 Get clone of this object. More...
 

Detailed Description

template<class JClass_t>
class JLANG::JClonable< JClass_t >

Template interface class for object cloning.

Definition at line 19 of file JClonable.hh.

Member Typedef Documentation

template<class JClass_t>
typedef JClass_t* JLANG::JClonable< JClass_t >::clone_type

Type definition of return value of method clone().

Definition at line 25 of file JClonable.hh.

Constructor & Destructor Documentation

template<class JClass_t>
virtual JLANG::JClonable< JClass_t >::~JClonable ( )
inlinevirtual

Virtual destructor.

Definition at line 31 of file JClonable.hh.

32  {}

Member Function Documentation

template<class JClass_t>
virtual clone_type JLANG::JClonable< JClass_t >::clone ( ) const
pure virtual

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