All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objmessagehdlr.cpp File Reference Detailed DescriptionC++ wrapper for message handlers. Definition in file objmessagehdlr.cpp. Go to the source code of this file.
Function Documentation
warning message print method of message handler Definition at line 52 of file objmessagehdlr.cpp. References NULL, and SCIPmessagehdlrGetData().
dialog message print method of message handler Definition at line 67 of file objmessagehdlr.cpp. References NULL, and SCIPmessagehdlrGetData().
info message print method of message handler Definition at line 82 of file objmessagehdlr.cpp. References NULL, and SCIPmessagehdlrGetData().
destructor of message handler to free message handler data Definition at line 96 of file objmessagehdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPmessagehdlrGetData(), and SCIPmessagehdlrSetData().
creates the message handler for the given message handler object
Definition at line 126 of file objmessagehdlr.cpp. References FALSE, messagehdlrFree(), NULL, scip::ObjMessagehdlr::scip_bufferedoutput_, SCIP_CALL, SCIP_OKAY, and SCIPmessagehdlrCreate().
returns the message handler object for the given message handler
Definition at line 159 of file objmessagehdlr.cpp. References NULL, and SCIPmessagehdlrGetData(). |