All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_message.h File Reference Detailed Descriptiontype definitions for message output methods This file defines the interface for message handlers implemented in C. Definition in file type_message.h. #include <stdio.h> Go to the source code of this file.
Macro Definition Documentation
generic messagehandler output function Should be equal to SCIP_DECL_MESSAGEWARNING, SCIP_DECL_MESSAGEDIALOG, and SCIP_DECL_MESSAGEINFO Definition at line 57 of file type_message.h.
error message print method This method is invoked, if SCIP wants to display an error message to the screen or a file
input:
Definition at line 70 of file type_message.h.
warning message print method of message handler This method is invoked, if SCIP wants to display a warning message to the screen or a file input:
Definition at line 81 of file type_message.h.
dialog message print method of message handler This method is invoked, if SCIP wants to display a dialog message to the screen or a file input:
Definition at line 92 of file type_message.h.
info message print method of message handler This method is invoked, if SCIP wants to display an information message to the screen or a file input:
Definition at line 103 of file type_message.h.
destructor of message handler to free message handler data This method is invoked, if SCIP wants to display an information message to the screen or a file input:
Definition at line 112 of file type_message.h. Typedef Documentation
Definition at line 48 of file type_message.h.
message handler Definition at line 50 of file type_message.h.
message handler data Definition at line 51 of file type_message.h. Enumeration Type Documentation
verbosity levels of output Definition at line 39 of file type_message.h. |