objmessagehdlr.cpp
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 38 SCIP_Bool deleteobject; /**< should the message handler object be deleted when message handler is freed? */ 129 SCIP_Bool deleteobject /**< should the message handler object be deleted when message handler is freed? */ 141 retcode = SCIPmessagehdlrCreate(messagehdlr, objmessagehdlr->scip_bufferedoutput_, (const char*)NULL, FALSE, static SCIP_DECL_MESSAGEWARNING(messagehdlrWarningObj) Definition: objmessagehdlr.cpp:52 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:279 SCIP_RETCODE SCIPcreateObjMessagehdlr(SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject) Definition: objmessagehdlr.cpp:126 Definition: struct_message.h:35 static SCIP_DECL_MESSAGEDIALOG(messagehdlrDialogObj) Definition: objmessagehdlr.cpp:67 static SCIP_DECL_MESSAGEINFO(messagehdlrInfoObj) Definition: objmessagehdlr.cpp:82 Definition: type_retcode.h:33 static SCIP_RETCODE messagehdlrFree(SCIP_MESSAGEHDLR **messagehdlr) Definition: message.c:240 scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr) Definition: objmessagehdlr.cpp:159 SCIP_RETCODE SCIPmessagehdlrSetData(SCIP_MESSAGEHDLR *messagehdlr, SCIP_MESSAGEHDLRDATA *messagehdlrdata) Definition: message.c:361 const SCIP_Bool scip_bufferedoutput_ Definition: objmessagehdlr.h:44 static SCIP_DECL_MESSAGEHDLRFREE(messagehdlrFree) Definition: objmessagehdlr.cpp:96 SCIP_MESSAGEHDLRDATA * SCIPmessagehdlrGetData(SCIP_MESSAGEHDLR *messagehdlr) Definition: message.c:871 |