32#ifndef __SCIP_OBJMESSAGEHDLR_H__
33#define __SCIP_OBJMESSAGEHDLR_H__
C++ wrapper for message handlers.
ObjMessagehdlr & operator=(const ObjMessagehdlr &o)=delete
virtual ~ObjMessagehdlr()
virtual SCIP_DECL_MESSAGEINFO(scip_info)
virtual SCIP_DECL_MESSAGEWARNING(scip_warning)
const SCIP_Bool scip_bufferedoutput_
virtual void scip_error(SCIP_MESSAGEHDLR *messagehdlr, FILE *file, const char *msg)
virtual SCIP_DECL_MESSAGEDIALOG(scip_dialog)
ObjMessagehdlr(SCIP_Bool bufferedoutput)
ObjMessagehdlr & operator=(ObjMessagehdlr &&o)=delete
virtual SCIP_DECL_MESSAGEHDLRFREE(scip_free)
SCIP_RETCODE SCIPcreateObjMessagehdlr(SCIP_MESSAGEHDLR **messagehdlr, scip::ObjMessagehdlr *objmessagehdlr, SCIP_Bool deleteobject)
scip::ObjMessagehdlr * SCIPgetObjMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
void SCIPsetStaticErrorPrintingMessagehdlr(SCIP_MESSAGEHDLR *messagehdlr)
struct SCIP_Messagehdlr SCIP_MESSAGEHDLR
enum SCIP_Retcode SCIP_RETCODE