CONOPT
|
The message handler class. More...
#include <conopt.hpp>
Public Member Functions | |
ConoptMessageHandler () | |
Constructor. | |
virtual | ~ConoptMessageHandler () |
Destructor. | |
virtual int | message (int smsg, int dmsg, int nmsg, const std::vector< std::string > &msgv) |
virtual method for handling the messages. | |
virtual int | errorMessage (int rowno, int colno, int posno, const std::string &msg) |
virtual method for handling error messages. | |
virtual int | progress (const ConoptAlgProgress &progressdata) |
int | sendMessage (const std::string &msg) |
sends a message to the message handler | |
void | setVerbosityLevel (ConoptVerbosityLevel verblevel) |
sets the verbosity level for messaging. | |
Friends | |
class | Conopt |
The message handler class.
Definition at line 1604 of file conopt.hpp.
|
inlinevirtual |
progressdata | the progress data |
Definition at line 1152 of file conopt.hpp.
|
friend |
Definition at line 1175 of file conopt.hpp.