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,
const SCIP_Bool scip_bufferedoutput_
Definition: objmessagehdlr.h:51
virtual void scip_error(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
Definition: objmessagehdlr.h:78
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
SCIP_MESSAGEHDLRDATA * SCIPmessagehdlrGetData(SCIP_MESSAGEHDLR *messagehdlr)
Definition: message.c:887
static SCIP_RETCODE messagehdlrFree(SCIP_MESSAGEHDLR **messagehdlr)
Definition: message.c:256
void SCIPmessageSetErrorPrinting(SCIP_DECL_ERRORPRINTING((*errorPrinting)), void *data)
Definition: message.c:851
SCIP_RETCODE SCIPmessagehdlrSetData(SCIP_MESSAGEHDLR *messagehdlr, SCIP_MESSAGEHDLRDATA *messagehdlrdata)
Definition: message.c:377
static SCIP_DECL_MESSAGEDIALOG(messagehdlrDialogObj)
Definition: objmessagehdlr.cpp:86
SCIP_RETCODE SCIPcreateObjMessagehdlr(SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject)
Definition: objmessagehdlr.cpp:142
scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:175
static SCIP_DECL_MESSAGEHDLRFREE(messagehdlrFree)
Definition: objmessagehdlr.cpp:113
static SCIP_DECL_MESSAGEINFO(messagehdlrInfoObj)
Definition: objmessagehdlr.cpp:100
void SCIPsetStaticErrorPrintingMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
Definition: objmessagehdlr.cpp:188
static SCIP_DECL_MESSAGEWARNING(messagehdlrWarningObj)
Definition: objmessagehdlr.cpp:72
static SCIP_DECL_ERRORPRINTING(messagehdlrErrorObj)
Definition: objmessagehdlr.cpp:61
C++ wrapper for message handlers.
Definition: struct_message.h:46