SCIP Doxygen Documentation
Loading...
Searching...
No Matches
objmessagehdlr.h File Reference

Detailed Description

C++ wrapper for message handlers.

Author
Tobias Achterberg

Definition in file objmessagehdlr.h.

#include "scip/scip.h"

Go to the source code of this file.

Data Structures

class  scip::ObjMessagehdlr
 C++ wrapper for message handlers. More...

Namespaces

namespace  scip

Functions

SCIP_RETCODE SCIPcreateObjMessagehdlr (SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject)
scip::ObjMessagehdlrSCIPgetObjMessagehdlr (SCIP_MESSAGEHDLR *messagehdlr)
void SCIPsetStaticErrorPrintingMessagehdlr (SCIP_MESSAGEHDLR *messagehdlr)

Function Documentation

◆ SCIPcreateObjMessagehdlr()

SCIP_RETCODE SCIPcreateObjMessagehdlr ( SCIP_MESSAGEHDLR ** messagehdlr,
scip::ObjMessagehdlr * objmessagehdlr,
SCIP_Bool deleteobject )

creates the message handler for the given message handler object

Parameters
messagehdlrpointer to store the message handler
objmessagehdlrmessage handler object
deleteobjectshould the message handler object be deleted when message handler is freed?

Definition at line 142 of file objmessagehdlr.cpp.

References FALSE, messagehdlrFree(), NULL, SCIP_Bool, scip::ObjMessagehdlr::scip_bufferedoutput_, SCIP_CALL, SCIP_OKAY, and SCIPmessagehdlrCreate().

◆ SCIPgetObjMessagehdlr()

scip::ObjMessagehdlr * SCIPgetObjMessagehdlr ( SCIP_MESSAGEHDLR * messagehdlr)

returns the message handler object for the given message handler

Parameters
messagehdlrmessage handler

Definition at line 175 of file objmessagehdlr.cpp.

References assert(), NULL, and SCIPmessagehdlrGetData().

Referenced by SCIPsetStaticErrorPrintingMessagehdlr().

◆ SCIPsetStaticErrorPrintingMessagehdlr()

void SCIPsetStaticErrorPrintingMessagehdlr ( SCIP_MESSAGEHDLR * messagehdlr)

set static error output function to the corresponding function of message handler

Parameters
messagehdlrmessage handler

Definition at line 188 of file objmessagehdlr.cpp.

References assert(), NULL, SCIPgetObjMessagehdlr(), and SCIPmessageSetErrorPrinting().