All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objmessagehdlr.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
35 * This class defines the interface for message handlers implemented in C++. Note that all functions are pure virtual
105 SCIP_Bool deleteobject /**< should the message handler object be deleted when message handler is freed? */
virtual SCIP_DECL_MESSAGEDIALOG(scip_dialog) Definition: objmessagehdlr.h:72 ObjMessagehdlr(SCIP_Bool bufferedoutput) Definition: objmessagehdlr.h:47 SCIP_RETCODE SCIPcreateObjMessagehdlr(SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject) virtual SCIP_DECL_MESSAGEHDLRFREE(scip_free) Definition: objmessagehdlr.h:90 definition of base class for all clonable classes Definition: type_retcode.h:33 virtual SCIP_DECL_MESSAGEINFO(scip_info) Definition: objmessagehdlr.h:81 const SCIP_Bool scip_bufferedoutput_ Definition: objmessagehdlr.h:44 virtual SCIP_DECL_MESSAGEWARNING(scip_warning) Definition: objmessagehdlr.h:63 scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr) SCIP callable library. |