objcloneable.h
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
44 * All C++ wrapper object plugins should extend this class, except constraint handlers and variable pricers. This is
57 /** clone method, used to copy plugins which are not constraint handlers or variable pricer plugins */
common defines and data types used in all packages of SCIP
Definition: objbenders.h:44
SCIP callable library.
virtual SCIP_DECL_OBJCLONEABLEISCLONEABLE(iscloneable)
Definition: objcloneable.h:64
virtual SCIP_DECL_OBJCLONEABLECLONE(ObjCloneable *clone)
Definition: objcloneable.h:58
ObjCloneable & operator=(ObjCloneable &&o)=delete
ObjCloneable & operator=(const ObjCloneable &o)=delete
function type definitions for clonable classes