objmessagehdlr.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
34 * This class defines the interface for message handlers implemented in C++. Note that all functions are pure virtual
119 SCIP_Bool deleteobject /**< should the message handler object be deleted when message handler is freed? */
SCIP_EXPORT void SCIPsetStaticErrorPrintingMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:179
virtual SCIP_DECL_MESSAGEDIALOG(scip_dialog)
Definition: objmessagehdlr.h:86
ObjMessagehdlr(SCIP_Bool bufferedoutput)
Definition: objmessagehdlr.h:46
Definition: struct_message.h:36
virtual void scip_error(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
Definition: objmessagehdlr.h:64
virtual SCIP_DECL_MESSAGEHDLRFREE(scip_free)
Definition: objmessagehdlr.h:104
Definition: type_retcode.h:33
SCIP_EXPORT scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:166
virtual SCIP_DECL_MESSAGEINFO(scip_info)
Definition: objmessagehdlr.h:95
const SCIP_Bool scip_bufferedoutput_
Definition: objmessagehdlr.h:43
SCIP_EXPORT SCIP_RETCODE SCIPcreateObjMessagehdlr(SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject)
Definition: objmessagehdlr.cpp:133
virtual SCIP_DECL_MESSAGEWARNING(scip_warning)
Definition: objmessagehdlr.h:77
Definition: objbenders.h:33
SCIP callable library.