All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Messagehdlr Struct Reference Detailed Descriptionmessage handler to redirect output Definition at line 35 of file struct_message.h.
Member Function Documentation
warning message print method of message handler
dialog message print method of message handler
info message print method of message handler
destructor of message handler to free message handler data Field Documentation
message handler data Definition at line 41 of file struct_message.h. Referenced by SCIPmessagehdlrGetData(), and SCIPmessagehdlrSetData().
log file where to copy messages into Definition at line 42 of file struct_message.h. Referenced by messagehdlrOpenLogfile(), messagePrintDialog(), messagePrintInfo(), messagePrintWarning(), SCIPmessagehdlrGetLogfile(), and SCIPmessagehdlrSetLogfile().
should screen messages be suppressed? Definition at line 43 of file struct_message.h. Referenced by messagePrintDialog(), messagePrintInfo(), messagePrintWarning(), SCIPmessagehdlrIsQuiet(), and SCIPmessagehdlrSetQuiet().
buffer for constructing complete warning output lines Definition at line 44 of file struct_message.h. Referenced by messagePrintWarning().
buffer for constructing complete dialog output lines Definition at line 45 of file struct_message.h. Referenced by messagePrintDialog().
buffer for constructing complete info output lines Definition at line 46 of file struct_message.h. Referenced by messagePrintInfo().
currently used space in the warning buffer Definition at line 47 of file struct_message.h. Referenced by messagePrintWarning().
currently used space in the dialog buffer Definition at line 48 of file struct_message.h. Referenced by messagePrintDialog().
currently used space in the info buffer Definition at line 49 of file struct_message.h. Referenced by messagePrintInfo().
number of message handler uses Definition at line 50 of file struct_message.h. Referenced by SCIPmessagehdlrCapture(). |