objmessagehdlr.cpp
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
47 SCIP_Bool deleteobject; /**< should the message handler object be deleted when message handler is freed? */
145 SCIP_Bool deleteobject /**< should the message handler object be deleted when message handler is freed? */
157 retcode = SCIPmessagehdlrCreate(messagehdlr, objmessagehdlr->scip_bufferedoutput_, (const char*)NULL, FALSE,
static SCIP_DECL_MESSAGEWARNING(messagehdlrWarningObj)
Definition: objmessagehdlr.cpp:72
C++ wrapper for message handlers.
SCIP_RETCODE SCIPmessagehdlrCreate(SCIP_MESSAGEHDLR **messagehdlr, SCIP_Bool bufferedoutput, const char *filename, SCIP_Bool quiet, SCIP_DECL_MESSAGEWARNING((*messagewarning)), SCIP_DECL_MESSAGEDIALOG((*messagedialog)), SCIP_DECL_MESSAGEINFO((*messageinfo)), SCIP_DECL_MESSAGEHDLRFREE((*messagehdlrfree)), SCIP_MESSAGEHDLRDATA *messagehdlrdata)
Definition: message.c:295
void SCIPsetStaticErrorPrintingMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:188
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:78
static SCIP_DECL_ERRORPRINTING(messagehdlrErrorObj)
Definition: objmessagehdlr.cpp:61
static SCIP_DECL_MESSAGEDIALOG(messagehdlrDialogObj)
Definition: objmessagehdlr.cpp:86
static SCIP_DECL_MESSAGEINFO(messagehdlrInfoObj)
Definition: objmessagehdlr.cpp:100
Definition: type_retcode.h:42
static SCIP_RETCODE messagehdlrFree(SCIP_MESSAGEHDLR **messagehdlr)
Definition: message.c:256
scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:175
SCIP_RETCODE SCIPmessagehdlrSetData(SCIP_MESSAGEHDLR *messagehdlr, SCIP_MESSAGEHDLRDATA *messagehdlrdata)
Definition: message.c:377
void SCIPmessageSetErrorPrinting(SCIP_DECL_ERRORPRINTING((*errorPrinting)), void *data)
Definition: message.c:851
const SCIP_Bool scip_bufferedoutput_
Definition: objmessagehdlr.h:51
static SCIP_DECL_MESSAGEHDLRFREE(messagehdlrFree)
Definition: objmessagehdlr.cpp:113
SCIP_MESSAGEHDLRDATA * SCIPmessagehdlrGetData(SCIP_MESSAGEHDLR *messagehdlr)
Definition: message.c:887