objmessagehdlr.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
43 * This class defines the interface for message handlers implemented in C++. Note that all functions are pure virtual
134 SCIP_Bool deleteobject /**< should the message handler object be deleted when message handler is freed? */
virtual SCIP_DECL_MESSAGEDIALOG(scip_dialog)
Definition: objmessagehdlr.h:101
ObjMessagehdlr(SCIP_Bool bufferedoutput)
Definition: objmessagehdlr.h:55
ObjMessagehdlr & operator=(const ObjMessagehdlr &o)=delete
SCIP_RETCODE SCIPcreateObjMessagehdlr(SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject)
Definition: objmessagehdlr.cpp:142
Definition: struct_message.h:45
virtual void scip_error(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
Definition: objmessagehdlr.h:79
virtual SCIP_DECL_MESSAGEHDLRFREE(scip_free)
Definition: objmessagehdlr.h:119
Definition: type_retcode.h:42
virtual SCIP_DECL_MESSAGEINFO(scip_info)
Definition: objmessagehdlr.h:110
void SCIPsetStaticErrorPrintingMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:188
const SCIP_Bool scip_bufferedoutput_
Definition: objmessagehdlr.h:52
virtual SCIP_DECL_MESSAGEWARNING(scip_warning)
Definition: objmessagehdlr.h:92
Definition: objbenders.h:43
scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:175
SCIP callable library.