32#ifndef __SCIP_OBJCLONEABLE_H__
33#define __SCIP_OBJCLONEABLE_H__
common defines and data types used in all packages of SCIP
Definition of base class for all clonable classes.
virtual SCIP_DECL_OBJCLONEABLEISCLONEABLE(iscloneable)
virtual SCIP_DECL_OBJCLONEABLECLONE(ObjCloneable *clone)
ObjCloneable & operator=(ObjCloneable &&o)=delete
ObjCloneable & operator=(const ObjCloneable &o)=delete
function type definitions for clonable classes